Trace number 3313288

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) 1904.02 1302.6

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data

0.08/0.16	44:57 INFO : Reading from input HOME/instance-3313288-1304102691.cnf
27.10/26.41	Executor set job limit to 1000000
27.10/26.41	Executor set job limit to 1000000
27.10/26.41	Executor set job limit to 1000000
27.10/26.41	Executor set job limit to 1000000
27.10/26.41	Starting Executor!
27.10/26.41	Starting Executor!
27.10/26.41	Starting Executor!
27.10/26.41	Starting Executor!
149.79/144.37	47:21 INFO : 1394431 variables remaining out of 1575206
149.79/144.37	47:21 INFO : 48718148 literals remaining out of 28583540
1693.38/1093.30	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: Java heap space
1693.38/1093.30		at java.util.HashMap.newValueIterator(HashMap.java:843)
1693.38/1093.30		at java.util.HashMap$Values.iterator(HashMap.java:910)
1693.38/1093.30		at ibis.constellation.impl.SingleThreadedConstellation.processStealRequests(SingleThreadedConstellation.java:892)
1693.38/1093.30		at ibis.constellation.impl.SingleThreadedConstellation.processEvents(SingleThreadedConstellation.java:945)
1693.38/1093.30		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1011)
1693.38/1093.30		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1693.38/1093.30		at ibis.constellation.Executor.processActivities(Executor.java:75)
1693.38/1093.30		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1693.38/1093.30		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1693.38/1093.30		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1693.38/1093.31	03:10 ERROR: Failed to solve instance
1693.38/1093.31	java.lang.OutOfMemoryError: Java heap space
1693.38/1093.31		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
1693.38/1093.31		at gnu.trove.THash.postInsertHook(THash.java:370)
1693.38/1093.31		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1693.38/1093.31		at ibis.structure.WatchLists.build(WatchLists.java:56)
1693.38/1093.31		at ibis.structure.Solver.<init>(Solver.java:45)
1693.38/1093.31		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1693.38/1093.31		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1693.38/1093.31		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1693.38/1093.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1693.38/1093.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1693.38/1093.31		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1693.38/1093.31		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1693.38/1093.31		at ibis.constellation.Executor.processActivities(Executor.java:75)
1693.38/1093.31		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1693.38/1093.31		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1693.38/1093.31		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-3313288-1304102691/watcher-3313288-1304102691 -o /tmp/evaluation-result-3313288-1304102691/solver-3313288-1304102691 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313288-1304102691.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.54 3.85 1/176 6025
/proc/meminfo: memFree=30962696/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/6025/stat : 6025 (java) S 6023 6025 5740 0 -1 4202496 493 0 0 0 0 0 0 0 22 0 1 0 521868160 9318400 153 33554432000 1073741824 1073778376 140736766216864 18446744073709551615 210204643173 0 2147483391 4096 0 18446744071699207358 0 0 17 2 0 0 0
/proc/6025/statm: 2275 153 124 9 0 67 0

[startup+0.0256301 s]
/proc/loadavg: 2.03 2.54 3.85 1/176 6025
/proc/meminfo: memFree=30962696/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=15591648 CPUtime=0 cores=0,2,4,6
/proc/6025/stat : 6025 (java) S 6023 6025 5740 0 -1 4202496 3085 0 11 0 0 0 0 0 22 0 10 0 521868160 15965847552 2536 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 3897912 2536 1513 9 0 3888660 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591648

[startup+0.100635 s]
/proc/loadavg: 2.03 2.54 3.85 1/176 6025
/proc/meminfo: memFree=30962696/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=15677164 CPUtime=0.08 cores=0,2,4,6
/proc/6025/stat : 6025 (java) S 6023 6025 5740 0 -1 4202496 5333 0 11 0 7 1 0 0 22 0 18 0 521868160 16053415936 4767 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 3919291 4767 2115 9 0 3910010 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15677164

[startup+0.30053 s]
/proc/loadavg: 2.03 2.54 3.85 1/176 6025
/proc/meminfo: memFree=30962696/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=15678848 CPUtime=0.39 cores=0,2,4,6
/proc/6025/stat : 6025 (java) S 6023 6025 5740 0 -1 4202496 10355 0 11 0 37 2 0 0 22 0 18 0 521868160 16055140352 9679 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 3919712 9681 2199 9 0 3910431 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 15678848

[startup+0.70046 s]
/proc/loadavg: 2.03 2.54 3.85 1/176 6025
/proc/meminfo: memFree=30962696/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=15684556 CPUtime=0.89 cores=0,2,4,6
/proc/6025/stat : 6025 (java) S 6023 6025 5740 0 -1 4202496 44982 0 11 0 82 7 0 0 22 0 18 0 521868160 16060985344 43167 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 3921139 43167 2223 9 0 3911858 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 15684556

[startup+1.50132 s]
/proc/loadavg: 1.95 2.52 3.83 3/192 6064
/proc/meminfo: memFree=30786380/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=15684556 CPUtime=1.71 cores=0,2,4,6
/proc/6025/stat : 6025 (java) S 6023 6025 5740 0 -1 4202496 78883 0 11 0 159 12 0 0 22 0 18 0 521868160 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 3921139 77065 2223 9 0 3911858 0
[pid=6025/tid=6027] ppid=6023 vsize=15684556 CPUtime=1.41 cores=0,2,4,6
/proc/6025/task/6027/stat : 6027 (java) R 6023 6025 5740 0 -1 4202560 63205 0 3 0 132 9 0 0 19 0 18 0 521868162 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 46912505534584 0 4 0 16800975 0 0 0 -1 4 0 0 3
[pid=6025/tid=6028] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6028/stat : 6028 (java) S 6023 6025 5740 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 18 0 521868162 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6029] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6029/stat : 6029 (java) S 6023 6025 5740 0 -1 4202560 2878 0 0 0 0 0 0 0 15 0 18 0 521868162 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6030] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6030/stat : 6030 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521868162 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6031] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6031/stat : 6031 (java) S 6023 6025 5740 0 -1 4202560 664 0 0 0 0 0 0 0 15 0 18 0 521868162 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6032] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6032/stat : 6032 (java) S 6023 6025 5740 0 -1 4202560 1545 0 0 0 0 0 0 0 16 0 18 0 521868162 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6033] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6033/stat : 6033 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521868162 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6034] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6034/stat : 6034 (java) S 6023 6025 5740 0 -1 4202560 668 0 0 0 0 0 0 0 15 0 18 0 521868162 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6035] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6035/stat : 6035 (java) S 6023 6025 5740 0 -1 4202560 4478 0 0 0 0 0 0 0 16 0 18 0 521868162 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6036] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6036/stat : 6036 (java) S 6023 6025 5740 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 18 0 521868163 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463872 0 0 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6037] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6037/stat : 6037 (java) S 6023 6025 5740 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 18 0 521868164 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6038] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6038/stat : 6038 (java) S 6023 6025 5740 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 18 0 521868164 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6039] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6039/stat : 6039 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 521868166 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216470961 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6040] ppid=6023 vsize=15684556 CPUtime=0.13 cores=0,2,4,6
/proc/6025/task/6040/stat : 6040 (java) S 6023 6025 5740 0 -1 4202560 2318 0 0 0 13 0 0 0 15 0 18 0 521868166 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6041] ppid=6023 vsize=15684556 CPUtime=0.1 cores=0,2,4,6
/proc/6025/task/6041/stat : 6041 (java) S 6023 6025 5740 0 -1 4202560 1496 0 0 0 10 0 0 0 16 0 18 0 521868166 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6042] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6042/stat : 6042 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 521868166 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6043] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6043/stat : 6043 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521868166 16060985344 77065 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463872 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 15684556

[startup+3.10107 s]
/proc/loadavg: 1.95 2.52 3.83 3/192 6064
/proc/meminfo: memFree=30786380/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=15684556 CPUtime=3.41 cores=0,2,4,6
/proc/6025/stat : 6025 (java) S 6023 6025 5740 0 -1 4202496 148710 0 11 0 319 22 0 0 22 0 18 0 521868160 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 3921139 146781 2241 9 0 3911858 0
[pid=6025/tid=6027] ppid=6023 vsize=15684556 CPUtime=2.99 cores=0,2,4,6
/proc/6025/task/6027/stat : 6027 (java) R 6023 6025 5740 0 -1 4202560 121704 0 3 0 281 18 0 0 22 0 18 0 521868162 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 46912505522829 0 4 0 16800975 0 0 0 -1 4 0 0 3
[pid=6025/tid=6028] ppid=6023 vsize=15684556 CPUtime=0.01 cores=0,2,4,6
/proc/6025/task/6028/stat : 6028 (java) S 6023 6025 5740 0 -1 4202560 62 0 0 0 1 0 0 0 16 0 18 0 521868162 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6029] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6029/stat : 6029 (java) S 6023 6025 5740 0 -1 4202560 2878 0 0 0 0 0 0 0 16 0 18 0 521868162 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6030] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6030/stat : 6030 (java) S 6023 6025 5740 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 18 0 521868162 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6031] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6031/stat : 6031 (java) S 6023 6025 5740 0 -1 4202560 664 0 0 0 0 0 0 0 16 0 18 0 521868162 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6032] ppid=6023 vsize=15684556 CPUtime=0.01 cores=0,2,4,6
/proc/6025/task/6032/stat : 6032 (java) S 6023 6025 5740 0 -1 4202560 4187 0 0 0 1 0 0 0 16 0 18 0 521868162 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6033] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6033/stat : 6033 (java) S 6023 6025 5740 0 -1 4202560 34 0 0 0 0 0 0 0 16 0 18 0 521868162 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6034] ppid=6023 vsize=15684556 CPUtime=0.01 cores=0,2,4,6
/proc/6025/task/6034/stat : 6034 (java) S 6023 6025 5740 0 -1 4202560 668 0 0 0 1 0 0 0 16 0 18 0 521868162 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6035] ppid=6023 vsize=15684556 CPUtime=0.02 cores=0,2,4,6
/proc/6025/task/6035/stat : 6035 (java) S 6023 6025 5740 0 -1 4202560 12681 0 0 0 1 1 0 0 16 0 18 0 521868162 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6036] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6036/stat : 6036 (java) S 6023 6025 5740 0 -1 4202560 442 0 0 0 0 0 0 0 15 0 18 0 521868163 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463872 0 0 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6037] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6037/stat : 6037 (java) S 6023 6025 5740 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 18 0 521868164 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6038] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6038/stat : 6038 (java) S 6023 6025 5740 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 18 0 521868164 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6039] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6039/stat : 6039 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 521868166 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216470961 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6040] ppid=6023 vsize=15684556 CPUtime=0.15 cores=0,2,4,6
/proc/6025/task/6040/stat : 6040 (java) S 6023 6025 5740 0 -1 4202560 2347 0 0 0 15 0 0 0 15 0 18 0 521868166 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6041] ppid=6023 vsize=15684556 CPUtime=0.12 cores=0,2,4,6
/proc/6025/task/6041/stat : 6041 (java) S 6023 6025 5740 0 -1 4202560 1640 0 0 0 12 0 0 0 16 0 18 0 521868166 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6042] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6042/stat : 6042 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 521868166 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6043] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6043/stat : 6043 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521868166 16060985344 146781 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463872 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 15684556

[startup+6.30155 s]
/proc/loadavg: 2.03 2.53 3.83 4/216 6091
/proc/meminfo: memFree=29264252/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=15684556 CPUtime=6.66 cores=0,2,4,6
/proc/6025/stat : 6025 (java) S 6023 6025 5740 0 -1 4202496 286078 0 11 0 625 41 0 0 22 0 18 0 521868160 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 3921139 284130 2241 9 0 3911858 0
[pid=6025/tid=6027] ppid=6023 vsize=15684556 CPUtime=6.17 cores=0,2,4,6
/proc/6025/task/6027/stat : 6027 (java) R 6023 6025 5740 0 -1 4202560 248528 0 3 0 582 35 0 0 25 0 18 0 521868162 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 46912505540519 0 4 0 16800975 0 0 0 -1 4 0 0 3
[pid=6025/tid=6028] ppid=6023 vsize=15684556 CPUtime=0.01 cores=0,2,4,6
/proc/6025/task/6028/stat : 6028 (java) S 6023 6025 5740 0 -1 4202560 62 0 0 0 1 0 0 0 16 0 18 0 521868162 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6029] ppid=6023 vsize=15684556 CPUtime=0.02 cores=0,2,4,6
/proc/6025/task/6029/stat : 6029 (java) S 6023 6025 5740 0 -1 4202560 2878 0 0 0 2 0 0 0 16 0 18 0 521868162 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6030] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6030/stat : 6030 (java) S 6023 6025 5740 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 18 0 521868162 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6031] ppid=6023 vsize=15684556 CPUtime=0.01 cores=0,2,4,6
/proc/6025/task/6031/stat : 6031 (java) S 6023 6025 5740 0 -1 4202560 664 0 0 0 1 0 0 0 16 0 18 0 521868162 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6032] ppid=6023 vsize=15684556 CPUtime=0.02 cores=0,2,4,6
/proc/6025/task/6032/stat : 6032 (java) S 6023 6025 5740 0 -1 4202560 4187 0 0 0 2 0 0 0 16 0 18 0 521868162 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6033] ppid=6023 vsize=15684556 CPUtime=0.01 cores=0,2,4,6
/proc/6025/task/6033/stat : 6033 (java) S 6023 6025 5740 0 -1 4202560 36 0 0 0 1 0 0 0 15 0 18 0 521868162 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6034] ppid=6023 vsize=15684556 CPUtime=0.02 cores=0,2,4,6
/proc/6025/task/6034/stat : 6034 (java) S 6023 6025 5740 0 -1 4202560 669 0 0 0 2 0 0 0 16 0 18 0 521868162 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6035] ppid=6023 vsize=15684556 CPUtime=0.04 cores=0,2,4,6
/proc/6025/task/6035/stat : 6035 (java) S 6023 6025 5740 0 -1 4202560 22921 0 0 0 2 2 0 0 16 0 18 0 521868162 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6036] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6036/stat : 6036 (java) S 6023 6025 5740 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 18 0 521868163 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463872 0 0 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6037] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6037/stat : 6037 (java) S 6023 6025 5740 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 18 0 521868164 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6038] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6038/stat : 6038 (java) S 6023 6025 5740 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 18 0 521868164 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6039] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6039/stat : 6039 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 521868166 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216470961 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6040] ppid=6023 vsize=15684556 CPUtime=0.15 cores=0,2,4,6
/proc/6025/task/6040/stat : 6040 (java) S 6023 6025 5740 0 -1 4202560 2347 0 0 0 15 0 0 0 15 0 18 0 521868166 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6041] ppid=6023 vsize=15684556 CPUtime=0.12 cores=0,2,4,6
/proc/6025/task/6041/stat : 6041 (java) S 6023 6025 5740 0 -1 4202560 1640 0 0 0 12 0 0 0 16 0 18 0 521868166 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6042] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6042/stat : 6042 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 521868166 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6043] ppid=6023 vsize=15684556 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6043/stat : 6043 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521868166 16060985344 284130 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463872 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 15684556

[startup+12.7015 s]
/proc/loadavg: 2.03 2.52 3.82 3/216 6092
/proc/meminfo: memFree=28532808/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=15684556 CPUtime=13.16 cores=0,2,4,6
/proc/6025/stat : 6025 (java) S 6023 6025 5740 0 -1 4202496 461151 0 11 0 1254 62 0 0 22 0 18 0 521868160 16060985344 459184 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 3921139 459184 2241 9 0 3911858 0
[pid=6025/tid=6027] ppid=6023 vsize=15684556 CPUtime=12.52 cores=0,2,4,6

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

[pid=6025/tid=6035] ppid=6023 vsize=15770792 CPUtime=17.78 cores=0,2,4,6
/proc/6025/task/6035/stat : 6035 (java) S 6023 6025 5740 0 -1 4202560 416304 0 0 0 1677 101 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6036] ppid=6023 vsize=15770792 CPUtime=509.21 cores=0,2,4,6
/proc/6025/task/6036/stat : 6036 (java) R 6023 6025 5740 0 -1 4202560 221461 0 0 0 50879 42 0 0 25 0 21 0 521868163 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 47043129057596 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=6025/tid=6037] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6037/stat : 6037 (java) S 6023 6025 5740 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 21 0 521868164 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6038] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6038/stat : 6038 (java) S 6023 6025 5740 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 521868164 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6039] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6039/stat : 6039 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216470961 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6040] ppid=6023 vsize=15770792 CPUtime=2.53 cores=0,2,4,6
/proc/6025/task/6040/stat : 6040 (java) S 6023 6025 5740 0 -1 4202560 8359 0 0 0 253 0 0 0 15 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6041] ppid=6023 vsize=15770792 CPUtime=3.03 cores=0,2,4,6
/proc/6025/task/6041/stat : 6041 (java) S 6023 6025 5740 0 -1 4202560 22359 0 0 0 298 5 0 0 16 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6042] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6042/stat : 6042 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6043] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6043/stat : 6043 (java) S 6023 6025 5740 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463872 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6093] ppid=6023 vsize=15770792 CPUtime=454.39 cores=0,2,4,6
/proc/6025/task/6093/stat : 6093 (java) S 6023 6025 5740 0 -1 4202560 70 0 0 0 45439 0 0 0 15 0 21 0 521870802 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6094] ppid=6023 vsize=15770792 CPUtime=3.98 cores=0,2,4,6
/proc/6025/task/6094/stat : 6094 (java) S 6023 6025 5740 0 -1 4202560 143 0 0 0 398 0 0 0 15 0 21 0 521870802 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6095] ppid=6023 vsize=15770792 CPUtime=492.29 cores=0,2,4,6
/proc/6025/task/6095/stat : 6095 (java) S 6023 6025 5740 0 -1 4202560 12 0 0 0 49229 0 0 0 18 0 21 0 521870802 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1783.72
Current children cumulated vsize (KiB) 15770792

[startup+1242.3 s]
/proc/loadavg: 5.05 5.20 4.86 6/219 6140
/proc/meminfo: memFree=5068696/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=15770792 CPUtime=1843.71 cores=0,2,4,6
/proc/6025/stat : 6025 (java) S 6023 6025 5740 0 -1 4202496 4511968 0 11 0 183424 947 0 0 22 0 21 0 521868160 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 3942698 3862976 2302 9 0 3933417 0
[pid=6025/tid=6027] ppid=6023 vsize=15770792 CPUtime=140.48 cores=0,2,4,6
/proc/6025/task/6027/stat : 6027 (java) S 6023 6025 5740 0 -1 4202560 614443 0 3 0 13967 81 0 0 19 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 3
[pid=6025/tid=6028] ppid=6023 vsize=15770792 CPUtime=17.65 cores=0,2,4,6
/proc/6025/task/6028/stat : 6028 (java) S 6023 6025 5740 0 -1 4202560 440917 0 0 0 1666 99 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6029] ppid=6023 vsize=15770792 CPUtime=17.48 cores=0,2,4,6
/proc/6025/task/6029/stat : 6029 (java) S 6023 6025 5740 0 -1 4202560 498236 0 0 0 1636 112 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6030] ppid=6023 vsize=15770792 CPUtime=16.49 cores=0,2,4,6
/proc/6025/task/6030/stat : 6030 (java) S 6023 6025 5740 0 -1 4202560 421683 0 0 0 1562 87 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6031] ppid=6023 vsize=15770792 CPUtime=15.89 cores=0,2,4,6
/proc/6025/task/6031/stat : 6031 (java) S 6023 6025 5740 0 -1 4202560 424898 0 0 0 1491 98 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6032] ppid=6023 vsize=15770792 CPUtime=16.61 cores=0,2,4,6
/proc/6025/task/6032/stat : 6032 (java) S 6023 6025 5740 0 -1 4202560 548148 0 0 0 1550 111 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6033] ppid=6023 vsize=15770792 CPUtime=17.51 cores=0,2,4,6
/proc/6025/task/6033/stat : 6033 (java) S 6023 6025 5740 0 -1 4202560 513423 0 0 0 1636 115 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6034] ppid=6023 vsize=15770792 CPUtime=17.22 cores=0,2,4,6
/proc/6025/task/6034/stat : 6034 (java) S 6023 6025 5740 0 -1 4202560 379948 0 0 0 1633 89 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6035] ppid=6023 vsize=15770792 CPUtime=17.78 cores=0,2,4,6
/proc/6025/task/6035/stat : 6035 (java) S 6023 6025 5740 0 -1 4202560 416304 0 0 0 1677 101 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6036] ppid=6023 vsize=15770792 CPUtime=569.2 cores=0,2,4,6
/proc/6025/task/6036/stat : 6036 (java) R 6023 6025 5740 0 -1 4202560 221465 0 0 0 56878 42 0 0 25 0 21 0 521868163 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 47043127091345 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=6025/tid=6037] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6037/stat : 6037 (java) S 6023 6025 5740 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 21 0 521868164 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6038] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6038/stat : 6038 (java) S 6023 6025 5740 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 521868164 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6039] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6039/stat : 6039 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216470961 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6040] ppid=6023 vsize=15770792 CPUtime=2.53 cores=0,2,4,6
/proc/6025/task/6040/stat : 6040 (java) S 6023 6025 5740 0 -1 4202560 8359 0 0 0 253 0 0 0 15 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6041] ppid=6023 vsize=15770792 CPUtime=3.03 cores=0,2,4,6
/proc/6025/task/6041/stat : 6041 (java) S 6023 6025 5740 0 -1 4202560 22359 0 0 0 298 5 0 0 16 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6042] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6042/stat : 6042 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6043] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6043/stat : 6043 (java) S 6023 6025 5740 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463872 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6093] ppid=6023 vsize=15770792 CPUtime=454.39 cores=0,2,4,6
/proc/6025/task/6093/stat : 6093 (java) S 6023 6025 5740 0 -1 4202560 70 0 0 0 45439 0 0 0 15 0 21 0 521870802 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6094] ppid=6023 vsize=15770792 CPUtime=3.98 cores=0,2,4,6
/proc/6025/task/6094/stat : 6094 (java) S 6023 6025 5740 0 -1 4202560 160 0 0 0 398 0 0 0 15 0 21 0 521870802 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6095] ppid=6023 vsize=15770792 CPUtime=492.3 cores=0,2,4,6
/proc/6025/task/6095/stat : 6095 (java) S 6023 6025 5740 0 -1 4202560 12 0 0 0 49230 0 0 0 18 0 21 0 521870802 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1843.71
Current children cumulated vsize (KiB) 15770792



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.02 5.16 4.87 6/219 6142
/proc/meminfo: memFree=5063832/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=15770792 CPUtime=1901.42 cores=0,2,4,6
/proc/6025/stat : 6025 (java) S 6023 6025 5740 0 -1 4202496 4511991 0 11 0 189195 947 0 0 22 0 21 0 521868160 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 3942698 3862976 2302 9 0 3933417 0
[pid=6025/tid=6027] ppid=6023 vsize=15770792 CPUtime=140.48 cores=0,2,4,6
/proc/6025/task/6027/stat : 6027 (java) S 6023 6025 5740 0 -1 4202560 614443 0 3 0 13967 81 0 0 19 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 3
[pid=6025/tid=6028] ppid=6023 vsize=15770792 CPUtime=17.65 cores=0,2,4,6
/proc/6025/task/6028/stat : 6028 (java) S 6023 6025 5740 0 -1 4202560 440917 0 0 0 1666 99 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6029] ppid=6023 vsize=15770792 CPUtime=17.48 cores=0,2,4,6
/proc/6025/task/6029/stat : 6029 (java) S 6023 6025 5740 0 -1 4202560 498236 0 0 0 1636 112 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6030] ppid=6023 vsize=15770792 CPUtime=16.49 cores=0,2,4,6
/proc/6025/task/6030/stat : 6030 (java) S 6023 6025 5740 0 -1 4202560 421683 0 0 0 1562 87 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6031] ppid=6023 vsize=15770792 CPUtime=15.89 cores=0,2,4,6
/proc/6025/task/6031/stat : 6031 (java) S 6023 6025 5740 0 -1 4202560 424898 0 0 0 1491 98 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6032] ppid=6023 vsize=15770792 CPUtime=16.61 cores=0,2,4,6
/proc/6025/task/6032/stat : 6032 (java) S 6023 6025 5740 0 -1 4202560 548148 0 0 0 1550 111 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6033] ppid=6023 vsize=15770792 CPUtime=17.51 cores=0,2,4,6
/proc/6025/task/6033/stat : 6033 (java) S 6023 6025 5740 0 -1 4202560 513423 0 0 0 1636 115 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6034] ppid=6023 vsize=15770792 CPUtime=17.22 cores=0,2,4,6
/proc/6025/task/6034/stat : 6034 (java) S 6023 6025 5740 0 -1 4202560 379948 0 0 0 1633 89 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6035] ppid=6023 vsize=15770792 CPUtime=17.78 cores=0,2,4,6
/proc/6025/task/6035/stat : 6035 (java) S 6023 6025 5740 0 -1 4202560 416304 0 0 0 1677 101 0 0 15 0 21 0 521868162 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6036] ppid=6023 vsize=15770792 CPUtime=626.91 cores=0,2,4,6
/proc/6025/task/6036/stat : 6036 (java) R 6023 6025 5740 0 -1 4202560 221468 0 0 0 62649 42 0 0 24 0 21 0 521868163 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 47043131750400 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=6025/tid=6037] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6037/stat : 6037 (java) S 6023 6025 5740 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 21 0 521868164 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6038] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6038/stat : 6038 (java) S 6023 6025 5740 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 521868164 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6039] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6039/stat : 6039 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216470961 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6040] ppid=6023 vsize=15770792 CPUtime=2.53 cores=0,2,4,6
/proc/6025/task/6040/stat : 6040 (java) S 6023 6025 5740 0 -1 4202560 8359 0 0 0 253 0 0 0 15 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 6 0 0 0
[pid=6025/tid=6041] ppid=6023 vsize=15770792 CPUtime=3.03 cores=0,2,4,6
/proc/6025/task/6041/stat : 6041 (java) S 6023 6025 5740 0 -1 4202560 22359 0 0 0 298 5 0 0 16 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6042] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6042/stat : 6042 (java) S 6023 6025 5740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
[pid=6025/tid=6043] ppid=6023 vsize=15770792 CPUtime=0 cores=0,2,4,6
/proc/6025/task/6043/stat : 6043 (java) S 6023 6025 5740 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 21 0 521868166 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463872 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6093] ppid=6023 vsize=15770792 CPUtime=454.39 cores=0,2,4,6
/proc/6025/task/6093/stat : 6093 (java) S 6023 6025 5740 0 -1 4202560 74 0 0 0 45439 0 0 0 15 0 21 0 521870802 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 4 0 0 0
[pid=6025/tid=6094] ppid=6023 vsize=15770792 CPUtime=3.98 cores=0,2,4,6
/proc/6025/task/6094/stat : 6094 (java) S 6023 6025 5740 0 -1 4202560 172 0 0 0 398 0 0 0 15 0 21 0 521870802 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 0 0 0 0
[pid=6025/tid=6095] ppid=6023 vsize=15770792 CPUtime=492.3 cores=0,2,4,6
/proc/6025/task/6095/stat : 6095 (java) S 6023 6025 5740 0 -1 4202560 12 0 0 0 49230 0 0 0 18 0 21 0 521870802 16149291008 3862976 33554432000 1073741824 1073778376 140736755043696 18446744073709551615 210216463257 0 4 0 16800975 18446604449679271936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1901.42
Current children cumulated vsize (KiB) 15770792

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -6025

[startup+1302.31 s]
/proc/loadavg: 5.02 5.16 4.87 2/177 6146
/proc/meminfo: memFree=20019804/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=0 CPUtime=1903.72 cores=0,2,4,6
/proc/6025/stat : 6025 (java) Z 6023 6025 5740 0 -1 4203548 4511999 0 11 0 189397 975 0 0 18 0 2 0 521868160 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 0 0 0 0 0 0 0
[pid=6025/tid=6040] ppid=6023 vsize=0 CPUtime=2.82 cores=0,2,4,6
/proc/6025/task/6040/stat : 6040 (java) R 6023 6025 5740 0 -1 4203588 8359 0 0 0 253 29 0 0 16 0 2 0 521868166 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1903.72
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.02 5.16 4.87 2/177 6146
/proc/meminfo: memFree=20019804/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=0 CPUtime=1903.82 cores=0,2,4,6
/proc/6025/stat : 6025 (java) Z 6023 6025 5740 0 -1 4203548 4511999 0 11 0 189397 985 0 0 18 0 2 0 521868160 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 0 0 0 0 0 0 0
[pid=6025/tid=6040] ppid=6023 vsize=0 CPUtime=2.91 cores=0,2,4,6
/proc/6025/task/6040/stat : 6040 (java) R 6023 6025 5740 0 -1 4203588 8359 0 0 0 253 38 0 0 16 0 2 0 521868166 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1903.82
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 5.02 5.16 4.87 2/177 6146
/proc/meminfo: memFree=20019804/32951124 swapFree=67107380/67111528
[pid=6025] ppid=6023 vsize=0 CPUtime=1903.92 cores=0,2,4,6
/proc/6025/stat : 6025 (java) Z 6023 6025 5740 0 -1 4203548 4511999 0 11 0 189397 995 0 0 18 0 2 0 521868160 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6025/statm: 0 0 0 0 0 0 0
[pid=6025/tid=6040] ppid=6023 vsize=0 CPUtime=3.01 cores=0,2,4,6
/proc/6025/task/6040/stat : 6040 (java) R 6023 6025 5740 0 -1 4203588 8359 0 0 0 253 48 0 0 16 0 2 0 521868166 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1903.92
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.6
CPU time (s): 1904.02
CPU user time (s): 1893.97
CPU system time (s): 10.0465
CPU usage (%): 146.171
Max. virtual memory (cumulated for all children) (KiB): 15780480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1893.97
system time used= 10.0465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4511999
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 324808
involuntary context switches= 76395

runsolver used 2.18467 second user time and 4.95825 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 20:44:57
IDJOB=3313288
IDBENCH=82388
IDSOLVER=1699
FILE ID=node130/3313288-1304102691
RUNJOBID= node130-1304100078-5758
PBS_JOBID= 13170623
Free space on /tmp= 71696 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313288-1304102691/watcher-3313288-1304102691 -o /tmp/evaluation-result-3313288-1304102691/solver-3313288-1304102691 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313288-1304102691.cnf

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=153653754

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30963372 kB
Buffers:        245028 kB
Cached:        1330080 kB
SwapCached:        936 kB
Active:         192804 kB
Inactive:      1445604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30963372 kB
SwapTotal:    67111528 kB
SwapFree:     67107380 kB
Dirty:          172660 kB
Writeback:           0 kB
AnonPages:       62676 kB
Mapped:          15128 kB
Slab:           282536 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219396 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= 71808 MiB
End job on node130 at 2011-04-29 21:06:39