Trace number 3313173

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) 4800.19 1207.04

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes1.cnf
MD5SUM118632220c6f3388c45a2582e9a2ac0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark816.061
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.10/0.11	00:00 INFO : Reading from input HOME/instance-3313173-1304092800.cnf
0.82/0.67	Executor set job limit to 1000000
0.82/0.67	Executor set job limit to 1000000
0.82/0.67	Executor set job limit to 1000000
0.82/0.67	Executor set job limit to 1000000
0.82/0.67	Starting Executor!
0.82/0.67	Starting Executor!
0.82/0.67	Starting Executor!
0.82/0.67	Starting Executor!
2.44/1.59	00:02 INFO : 1560 variables remaining out of 1560
2.44/1.59	00:02 INFO : 804030 literals remaining out of 402825

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-3313173-1304092800/watcher-3313173-1304092800 -o /tmp/evaluation-result-3313173-1304092800/solver-3313173-1304092800 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313173-1304092800.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: 8.15 8.05 7.21 4/198 28871
/proc/meminfo: memFree=18901072/32951124 swapFree=67111528/67111528
[pid=28871] ppid=28869 vsize=28436 CPUtime=0 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28678 0 -1 4202496 1435 0 0 0 0 0 0 0 25 0 2 0 501695847 29118464 904 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522100197 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 7645 908 694 9 0 383 0
[pid=28871/tid=28872] ppid=28869 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28872/stat : 28872 (java) R 28869 28871 28678 0 -1 4202560 98 0 0 0 0 0 0 0 25 0 2 0 501695847 31313920 924 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233505335040 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.030752 s]
/proc/loadavg: 8.15 8.05 7.21 4/198 28871
/proc/meminfo: memFree=18901072/32951124 swapFree=67111528/67111528
[pid=28871] ppid=28869 vsize=15669784 CPUtime=0.02 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28678 0 -1 4202496 3607 0 1 0 2 0 0 0 25 0 13 0 501695847 16045858816 3046 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 3917446 3047 1671 9 0 3908194 0
[pid=28871/tid=28872] ppid=28869 vsize=15669784 CPUtime=0.01 cores=0,2,4,6
/proc/28871/task/28872/stat : 28872 (java) R 28869 28871 28678 0 -1 4202560 2215 0 1 0 1 0 0 0 25 0 13 0 501695847 16045858816 3047 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 47983350523923 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15669784

[startup+0.105776 s]
/proc/loadavg: 8.15 8.05 7.21 4/198 28871
/proc/meminfo: memFree=18901072/32951124 swapFree=67111528/67111528
[pid=28871] ppid=28869 vsize=15676628 CPUtime=0.1 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28678 0 -1 4202496 5714 0 1 0 9 1 0 0 25 0 18 0 501695847 16052867072 5122 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 3919157 5124 2120 9 0 3909876 0
[pid=28871/tid=28872] ppid=28869 vsize=15676628 CPUtime=0.09 cores=0,2,4,6
/proc/28871/task/28872/stat : 28872 (java) R 28869 28871 28678 0 -1 4202560 3550 0 1 0 8 1 0 0 25 0 18 0 501695847 16052867072 5124 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 47983350523923 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676628

[startup+0.30074 s]
/proc/loadavg: 8.15 8.05 7.21 4/198 28871
/proc/meminfo: memFree=18901072/32951124 swapFree=67111528/67111528
[pid=28871] ppid=28869 vsize=15685020 CPUtime=0.51 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28678 0 -1 4202496 13514 0 1 0 49 2 0 0 25 0 18 0 501695847 16061460480 11981 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 3921255 11985 2207 9 0 3911974 0
[pid=28871/tid=28872] ppid=28869 vsize=15685020 CPUtime=0.28 cores=0,2,4,6
/proc/28871/task/28872/stat : 28872 (java) R 28869 28871 28678 0 -1 4202560 8535 0 1 0 27 1 0 0 25 0 18 0 501695847 16061460480 11987 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15685020

[startup+0.700667 s]
/proc/loadavg: 8.15 8.05 7.21 4/198 28871
/proc/meminfo: memFree=18901072/32951124 swapFree=67111528/67111528
[pid=28871] ppid=28869 vsize=15687728 CPUtime=0.94 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28678 0 -1 4202496 41833 0 1 0 88 6 0 0 25 0 22 0 501695847 16064233472 40177 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 3921932 40177 2228 9 0 3912651 0
[pid=28871/tid=28872] ppid=28869 vsize=15687728 CPUtime=0.68 cores=0,2,4,6
/proc/28871/task/28872/stat : 28872 (java) R 28869 28871 28678 0 -1 4202560 35634 0 1 0 63 5 0 0 25 0 22 0 501695847 16064233472 40177 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912505179440 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15687728

[startup+1.50149 s]
/proc/loadavg: 8.15 8.05 7.21 5/220 28893
/proc/meminfo: memFree=18711240/32951124 swapFree=67111528/67111528
[pid=28871] ppid=28869 vsize=15704300 CPUtime=2.44 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28678 0 -1 4202496 48405 0 1 0 237 7 0 0 25 0 22 0 501695847 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 3926075 44364 2263 9 0 3916794 0
[pid=28871/tid=28872] ppid=28869 vsize=15704300 CPUtime=1.48 cores=0,2,4,6
/proc/28871/task/28872/stat : 28872 (java) R 28869 28871 28678 0 -1 4202560 35678 0 1 0 143 5 0 0 25 0 22 0 501695847 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912505121138 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) S 28869 28871 28678 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 501695848 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) S 28869 28871 28678 0 -1 4202560 648 0 0 0 0 0 0 0 19 0 22 0 501695848 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) S 28869 28871 28678 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 501695848 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 501695848 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) S 28869 28871 28678 0 -1 4202560 324 0 0 0 0 0 0 0 19 0 22 0 501695848 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) S 28869 28871 28678 0 -1 4202560 64 0 0 0 0 0 0 0 16 0 22 0 501695848 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) S 28869 28871 28678 0 -1 4202560 34 0 0 0 0 0 0 0 18 0 22 0 501695848 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28678 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 22 0 501695848 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28882] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28882/stat : 28882 (java) S 28869 28871 28678 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 501695849 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 0 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28883] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28883/stat : 28883 (java) S 28869 28871 28678 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 501695849 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28884] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28884/stat : 28884 (java) S 28869 28871 28678 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 501695849 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28885] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28885/stat : 28885 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501695851 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522121137 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28886] ppid=28869 vsize=15704300 CPUtime=0.54 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28678 0 -1 4202560 8131 0 0 0 54 0 0 0 16 0 22 0 501695851 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=15704300 CPUtime=0.38 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) R 28869 28871 28678 0 -1 4202560 2035 0 0 0 38 0 0 0 15 0 22 0 501695851 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 47983352594248 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501695851 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 501695851 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) S 28869 28871 28678 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 501695914 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28891] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28891/stat : 28891 (java) S 28869 28871 28678 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 501695914 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28892] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28892/stat : 28892 (java) S 28869 28871 28678 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 501695914 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28893] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28893/stat : 28893 (java) S 28869 28871 28678 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 501695914 16081203200 44364 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 15704300

[startup+3.10198 s]
/proc/loadavg: 8.30 8.08 7.22 10/220 28893
/proc/meminfo: memFree=18495472/32951124 swapFree=67111528/67111528
[pid=28871] ppid=28869 vsize=15704300 CPUtime=7.37 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28678 0 -1 4202496 109903 0 1 0 719 18 0 0 25 0 22 0 501695847 16081203200 103347 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 3926075 103371 2273 9 0 3916794 0
[pid=28871/tid=28872] ppid=28869 vsize=15704300 CPUtime=1.58 cores=0,2,4,6
/proc/28871/task/28872/stat : 28872 (java) S 28869 28871 28678 0 -1 4202560 35697 0 1 0 153 5 0 0 25 0 22 0 501695847 16081203200 103383 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=15704300 CPUtime=0.02 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) R 28869 28871 28678 0 -1 4202560 5440 0 0 0 2 0 0 0 15 0 22 0 501695848 16081203200 103396 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114502 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) R 28869 28871 28678 0 -1 4202560 3227 0 0 0 0 0 0 0 15 0 22 0 501695848 16081203200 103411 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233510250807 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=15704300 CPUtime=0.03 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) R 28869 28871 28678 0 -1 4202560 6288 0 0 0 2 1 0 0 15 0 22 0 501695848 16081203200 103423 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 47983352353015 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) R 28869 28871 28678 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 501695848 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114502 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=15704300 CPUtime=0.02 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) R 28869 28871 28678 0 -1 4202560 6706 0 0 0 1 1 0 0 15 0 22 0 501695848 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 47983347328755 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=15704300 CPUtime=0.03 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) R 28869 28871 28678 0 -1 4202560 8242 0 0 0 2 1 0 0 15 0 22 0 501695848 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233510250807 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=15704300 CPUtime=0.03 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) R 28869 28871 28678 0 -1 4202560 7522 0 0 0 2 1 0 0 15 0 22 0 501695848 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233510250807 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=15704300 CPUtime=0.01 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28678 0 -1 4202560 2978 0 0 0 1 0 0 0 15 0 22 0 501695848 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28882] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28882/stat : 28882 (java) S 28869 28871 28678 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 22 0 501695849 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 0 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28883] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28883/stat : 28883 (java) S 28869 28871 28678 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 501695849 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28884] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28884/stat : 28884 (java) S 28869 28871 28678 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 501695849 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28885] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28885/stat : 28885 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501695851 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522121137 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28886] ppid=28869 vsize=15704300 CPUtime=0.85 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28678 0 -1 4202560 10665 0 0 0 84 1 0 0 15 0 22 0 501695851 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=15704300 CPUtime=0.59 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) S 28869 28871 28678 0 -1 4202560 2064 0 0 0 59 0 0 0 15 0 22 0 501695851 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501695851 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=15704300 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 501695851 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=15704300 CPUtime=1.09 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) S 28869 28871 28678 0 -1 4202560 5182 0 0 0 108 1 0 0 16 0 22 0 501695914 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28891] ppid=28869 vsize=15704300 CPUtime=0.92 cores=0,2,4,6
/proc/28871/task/28891/stat : 28891 (java) S 28869 28871 28678 0 -1 4202560 4596 0 0 0 92 0 0 0 16 0 22 0 501695914 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28892] ppid=28869 vsize=15704300 CPUtime=0.87 cores=0,2,4,6
/proc/28871/task/28892/stat : 28892 (java) S 28869 28871 28678 0 -1 4202560 4769 0 0 0 87 0 0 0 16 0 22 0 501695914 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28893] ppid=28869 vsize=15704300 CPUtime=1.19 cores=0,2,4,6
/proc/28871/task/28893/stat : 28893 (java) S 28869 28871 28678 0 -1 4202560 5124 0 0 0 119 0 0 0 16 0 22 0 501695914 16081203200 103435 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 15704300

[startup+6.3016 s]
/proc/loadavg: 8.30 8.08 7.22 10/220 28893
/proc/meminfo: memFree=17013932/32951124 swapFree=67111528/67111528
[pid=28871] ppid=28869 vsize=15700836 CPUtime=20.13 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28678 0 -1 4202496 245036 0 1 0 1978 35 0 0 25 0 22 0 501695847 16077656064 237559 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 3925209 237559 2283 9 0 3915928 0
[pid=28871/tid=28872] ppid=28869 vsize=15700836 CPUtime=1.58 cores=0,2,4,6
/proc/28871/task/28872/stat : 28872 (java) S 28869 28871 28678 0 -1 4202560 35697 0 1 0 153 5 0 0 25 0 22 0 501695847 16077656064 237559 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=15700836 CPUtime=0.04 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) S 28869 28871 28678 0 -1 4202560 10284 0 0 0 3 1 0 0 16 0 22 0 501695848 16077656064 237559 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=15700836 CPUtime=0.02 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) S 28869 28871 28678 0 -1 4202560 6478 0 0 0 1 1 0 0 15 0 22 0 501695848 16077656064 237559 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=15700836 CPUtime=0.06 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) S 28869 28871 28678 0 -1 4202560 13676 0 0 0 4 2 0 0 16 0 22 0 501695848 16077656064 237559 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) S 28869 28871 28678 0 -1 4202560 221 0 0 0 0 0 0 0 15 0 22 0 501695848 16077656064 237559 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=15700836 CPUtime=0.04 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) S 28869 28871 28678 0 -1 4202560 13798 0 0 0 2 2 0 0 16 0 22 0 501695848 16077656064 237559 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=15700836 CPUtime=0.05 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) S 28869 28871 28678 0 -1 4202560 15040 0 0 0 3 2 0 0 15 0 22 0 501695848 16077656064 237559 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=15700836 CPUtime=0.07 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) S 28869 28871 28678 0 -1 4202560 17319 0 0 0 4 3 0 0 16 0 22 0 501695848 16077656064 237559 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=15700836 CPUtime=0.02 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28678 0 -1 4202560 6588 0 0 0 2 0 0 0 15 0 22 0 501695848 16077656064 237559 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0

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

[pid=28871/tid=28891] ppid=28869 vsize=15700836 CPUtime=1047.82 cores=0,2,4,6
/proc/28871/task/28891/stat : 28891 (java) R 28869 28871 28678 0 -1 4202560 378069 0 0 0 104733 49 0 0 25 0 22 0 501695914 16077656064 151465 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912505524151 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28871/tid=28892] ppid=28869 vsize=15700836 CPUtime=1047.98 cores=0,2,4,6
/proc/28871/task/28892/stat : 28892 (java) R 28869 28871 28678 0 -1 4202560 382617 0 0 0 104746 52 0 0 25 0 22 0 501695914 16077656064 151465 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506100202 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28871/tid=28893] ppid=28869 vsize=15700836 CPUtime=1047.61 cores=0,2,4,6
/proc/28871/task/28893/stat : 28893 (java) R 28869 28871 28678 0 -1 4202560 386972 0 0 0 104710 51 0 0 25 0 22 0 501695914 16077656064 151465 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506082598 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4224.22
Current children cumulated vsize (KiB) 15700836

[startup+1122.3 s]
/proc/loadavg: 8.11 8.08 7.81 9/220 28932
/proc/meminfo: memFree=17855088/32951124 swapFree=67111528/67111528
[pid=28871] ppid=28869 vsize=15700836 CPUtime=4463.09 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28678 0 -1 4202496 2809835 0 1 0 445776 533 0 0 25 0 22 0 501695847 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 3925209 151110 2298 9 0 3915928 0
[pid=28871/tid=28872] ppid=28869 vsize=15700836 CPUtime=1.58 cores=0,2,4,6
/proc/28871/task/28872/stat : 28872 (java) S 28869 28871 28678 0 -1 4202560 35697 0 1 0 153 5 0 0 25 0 22 0 501695847 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=15700836 CPUtime=3.66 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) S 28869 28871 28678 0 -1 4202560 149565 0 0 0 337 29 0 0 15 0 22 0 501695848 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=15700836 CPUtime=3.46 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) S 28869 28871 28678 0 -1 4202560 134279 0 0 0 318 28 0 0 15 0 22 0 501695848 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=15700836 CPUtime=3.79 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) S 28869 28871 28678 0 -1 4202560 152913 0 0 0 347 32 0 0 15 0 22 0 501695848 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=15700836 CPUtime=3.7 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) S 28869 28871 28678 0 -1 4202560 135497 0 0 0 343 27 0 0 15 0 22 0 501695848 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=15700836 CPUtime=3.79 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) S 28869 28871 28678 0 -1 4202560 152139 0 0 0 348 31 0 0 16 0 22 0 501695848 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=15700836 CPUtime=3.72 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) S 28869 28871 28678 0 -1 4202560 145192 0 0 0 343 29 0 0 15 0 22 0 501695848 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=15700836 CPUtime=3.71 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) S 28869 28871 28678 0 -1 4202560 149969 0 0 0 340 31 0 0 16 0 22 0 501695848 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=15700836 CPUtime=3.69 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28678 0 -1 4202560 139281 0 0 0 343 26 0 0 16 0 22 0 501695848 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28882] ppid=28869 vsize=15700836 CPUtime=1.92 cores=0,2,4,6
/proc/28871/task/28882/stat : 28882 (java) S 28869 28871 28678 0 -1 4202560 7273 0 0 0 124 68 0 0 15 0 22 0 501695849 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 0 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28883] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28883/stat : 28883 (java) S 28869 28871 28678 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 501695849 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28884] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28884/stat : 28884 (java) S 28869 28871 28678 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 501695849 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28885] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28885/stat : 28885 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501695851 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522121137 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28886] ppid=28869 vsize=15700836 CPUtime=1.11 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28678 0 -1 4202560 11683 0 0 0 110 1 0 0 15 0 22 0 501695851 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=15700836 CPUtime=0.77 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) S 28869 28871 28678 0 -1 4202560 2113 0 0 0 77 0 0 0 16 0 22 0 501695851 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501695851 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28678 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 501695851 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=15700836 CPUtime=1106.81 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) R 28869 28871 28678 0 -1 4202560 394901 0 0 0 110626 55 0 0 25 0 22 0 501695914 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506051307 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28871/tid=28891] ppid=28869 vsize=15700836 CPUtime=1107 cores=0,2,4,6
/proc/28871/task/28891/stat : 28891 (java) R 28869 28871 28678 0 -1 4202560 396051 0 0 0 110648 52 0 0 25 0 22 0 501695914 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506051505 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28871/tid=28892] ppid=28869 vsize=15700836 CPUtime=1107.3 cores=0,2,4,6
/proc/28871/task/28892/stat : 28892 (java) R 28869 28871 28678 0 -1 4202560 398310 0 0 0 110675 55 0 0 25 0 22 0 501695914 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506082722 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28871/tid=28893] ppid=28869 vsize=15700836 CPUtime=1106.93 cores=0,2,4,6
/proc/28871/task/28893/stat : 28893 (java) R 28869 28871 28678 0 -1 4202560 403522 0 0 0 110639 54 0 0 25 0 22 0 501695914 16077656064 151110 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912505696040 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4463.09
Current children cumulated vsize (KiB) 15700836

[startup+1182.3 s]
/proc/loadavg: 8.16 8.10 7.83 9/220 28934
/proc/meminfo: memFree=17881700/32951124 swapFree=67111528/67111528
[pid=28871] ppid=28869 vsize=15700836 CPUtime=4701.86 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28678 0 -1 4202496 2953891 0 1 0 469626 560 0 0 25 0 22 0 501695847 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 3925209 148263 2298 9 0 3915928 0
[pid=28871/tid=28872] ppid=28869 vsize=15700836 CPUtime=1.58 cores=0,2,4,6
/proc/28871/task/28872/stat : 28872 (java) S 28869 28871 28678 0 -1 4202560 35697 0 1 0 153 5 0 0 25 0 22 0 501695847 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=15700836 CPUtime=3.86 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) S 28869 28871 28678 0 -1 4202560 160380 0 0 0 355 31 0 0 15 0 22 0 501695848 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=15700836 CPUtime=3.67 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) S 28869 28871 28678 0 -1 4202560 144554 0 0 0 337 30 0 0 16 0 22 0 501695848 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=15700836 CPUtime=3.97 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) S 28869 28871 28678 0 -1 4202560 160287 0 0 0 363 34 0 0 15 0 22 0 501695848 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=15700836 CPUtime=3.91 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) S 28869 28871 28678 0 -1 4202560 144642 0 0 0 363 28 0 0 15 0 22 0 501695848 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=15700836 CPUtime=3.99 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) S 28869 28871 28678 0 -1 4202560 160156 0 0 0 366 33 0 0 16 0 22 0 501695848 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=15700836 CPUtime=3.91 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) S 28869 28871 28678 0 -1 4202560 153682 0 0 0 360 31 0 0 16 0 22 0 501695848 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=15700836 CPUtime=3.91 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) S 28869 28871 28678 0 -1 4202560 157682 0 0 0 358 33 0 0 15 0 22 0 501695848 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=15700836 CPUtime=3.87 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28678 0 -1 4202560 147809 0 0 0 360 27 0 0 16 0 22 0 501695848 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28882] ppid=28869 vsize=15700836 CPUtime=2.05 cores=0,2,4,6
/proc/28871/task/28882/stat : 28882 (java) S 28869 28871 28678 0 -1 4202560 7607 0 0 0 132 73 0 0 15 0 22 0 501695849 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 0 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28883] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28883/stat : 28883 (java) S 28869 28871 28678 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 501695849 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28884] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28884/stat : 28884 (java) S 28869 28871 28678 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 501695849 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28885] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28885/stat : 28885 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501695851 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522121137 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28886] ppid=28869 vsize=15700836 CPUtime=1.11 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28678 0 -1 4202560 11683 0 0 0 110 1 0 0 15 0 22 0 501695851 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=15700836 CPUtime=0.77 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) S 28869 28871 28678 0 -1 4202560 2113 0 0 0 77 0 0 0 16 0 22 0 501695851 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501695851 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28678 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 501695851 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=15700836 CPUtime=1166.05 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) R 28869 28871 28678 0 -1 4202560 413200 0 0 0 116548 57 0 0 25 0 22 0 501695914 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506051491 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28871/tid=28891] ppid=28869 vsize=15700836 CPUtime=1166.34 cores=0,2,4,6
/proc/28871/task/28891/stat : 28891 (java) R 28869 28871 28678 0 -1 4202560 414766 0 0 0 116580 54 0 0 25 0 22 0 501695914 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506100094 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28871/tid=28892] ppid=28869 vsize=15700836 CPUtime=1166.49 cores=0,2,4,6
/proc/28871/task/28892/stat : 28892 (java) R 28869 28871 28678 0 -1 4202560 415307 0 0 0 116592 57 0 0 25 0 22 0 501695914 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506101043 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28871/tid=28893] ppid=28869 vsize=15700836 CPUtime=1166.21 cores=0,2,4,6
/proc/28871/task/28893/stat : 28893 (java) R 28869 28871 28678 0 -1 4202560 422873 0 0 0 116564 57 0 0 25 0 22 0 501695914 16077656064 148263 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506019567 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4701.86
Current children cumulated vsize (KiB) 15700836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 8.10 8.09 7.83 5/197 28937
/proc/meminfo: memFree=18458952/32951124 swapFree=67111528/67111528
[pid=28871] ppid=28869 vsize=15700836 CPUtime=4800.13 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28678 0 -1 4202496 3008729 0 1 0 479442 571 0 0 25 0 22 0 501695847 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 3925209 148468 2298 9 0 3915928 0
[pid=28871/tid=28872] ppid=28869 vsize=15700836 CPUtime=1.58 cores=0,2,4,6
/proc/28871/task/28872/stat : 28872 (java) S 28869 28871 28678 0 -1 4202560 35697 0 1 0 153 5 0 0 25 0 22 0 501695847 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=15700836 CPUtime=3.96 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) S 28869 28871 28678 0 -1 4202560 163531 0 0 0 364 32 0 0 15 0 22 0 501695848 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=15700836 CPUtime=3.76 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) S 28869 28871 28678 0 -1 4202560 146547 0 0 0 345 31 0 0 15 0 22 0 501695848 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=15700836 CPUtime=4.04 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) S 28869 28871 28678 0 -1 4202560 162009 0 0 0 370 34 0 0 15 0 22 0 501695848 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=15700836 CPUtime=4 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) S 28869 28871 28678 0 -1 4202560 147383 0 0 0 371 29 0 0 16 0 22 0 501695848 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=15700836 CPUtime=4.06 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) S 28869 28871 28678 0 -1 4202560 162197 0 0 0 373 33 0 0 15 0 22 0 501695848 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=15700836 CPUtime=3.99 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) S 28869 28871 28678 0 -1 4202560 155373 0 0 0 368 31 0 0 15 0 22 0 501695848 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=15700836 CPUtime=3.97 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) S 28869 28871 28678 0 -1 4202560 160030 0 0 0 364 33 0 0 15 0 22 0 501695848 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=15700836 CPUtime=3.94 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28678 0 -1 4202560 149792 0 0 0 366 28 0 0 15 0 22 0 501695848 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28882] ppid=28869 vsize=15700836 CPUtime=2.11 cores=0,2,4,6
/proc/28871/task/28882/stat : 28882 (java) S 28869 28871 28678 0 -1 4202560 7787 0 0 0 136 75 0 0 15 0 22 0 501695849 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 0 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28883] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28883/stat : 28883 (java) S 28869 28871 28678 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 501695849 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28884] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28884/stat : 28884 (java) S 28869 28871 28678 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 501695849 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 2 0 0 0
[pid=28871/tid=28885] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28885/stat : 28885 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501695851 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522121137 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28886] ppid=28869 vsize=15700836 CPUtime=1.11 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28678 0 -1 4202560 11683 0 0 0 110 1 0 0 15 0 22 0 501695851 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 0 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=15700836 CPUtime=0.77 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) S 28869 28871 28678 0 -1 4202560 2113 0 0 0 77 0 0 0 16 0 22 0 501695851 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 4 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501695851 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522113433 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=15700836 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28678 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 501695851 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 233522114048 0 4 0 16800975 18446604453917958208 0 0 -1 6 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=15700836 CPUtime=1190.46 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) R 28869 28871 28678 0 -1 4202560 421889 0 0 0 118988 58 0 0 25 0 22 0 501695914 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506031532 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28871/tid=28891] ppid=28869 vsize=15700836 CPUtime=1190.74 cores=0,2,4,6
/proc/28871/task/28891/stat : 28891 (java) R 28869 28871 28678 0 -1 4202560 424087 0 0 0 119019 55 0 0 25 0 22 0 501695914 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506100340 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28871/tid=28892] ppid=28869 vsize=15700836 CPUtime=1190.86 cores=0,2,4,6
/proc/28871/task/28892/stat : 28892 (java) R 28869 28871 28678 0 -1 4202560 424945 0 0 0 119028 58 0 0 25 0 22 0 501695914 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506019826 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28871/tid=28893] ppid=28869 vsize=15700836 CPUtime=1190.63 cores=0,2,4,6
/proc/28871/task/28893/stat : 28893 (java) R 28869 28871 28678 0 -1 4202560 432211 0 0 0 119005 58 0 0 25 0 22 0 501695914 16077656064 148468 33554432000 1073741824 1073778376 140735562756848 18446744073709551615 46912506051465 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 15700836

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

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

Child status: 143
Real time (s): 1207.04
CPU time (s): 4800.19
CPU user time (s): 4794.45
CPU system time (s): 5.74313
CPU usage (%): 397.682
Max. virtual memory (cumulated for all children) (KiB): 15704300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.45
system time used= 5.74313
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3008754
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= 158864
involuntary context switches= 99026

runsolver used 2.02869 second user time and 4.6223 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 18:00:00
IDJOB=3313173
IDBENCH=71593
IDSOLVER=1699
FILE ID=node145/3313173-1304092800
RUNJOBID= node145-1304091590-28696
PBS_JOBID= 13170580
Free space on /tmp= 72204 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes1.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313173-1304092800/watcher-3313173-1304092800 -o /tmp/evaluation-result-3313173-1304092800/solver-3313173-1304092800 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313173-1304092800.cnf

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

MD5SUM BENCH= 118632220c6f3388c45a2582e9a2ac0e
RANDOM SEED=1920091283

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18901344 kB
Buffers:       2051900 kB
Cached:       11211812 kB
SwapCached:          0 kB
Active:        2701748 kB
Inactive:     10776156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18901344 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6008 kB
Writeback:           0 kB
AnonPages:      213120 kB
Mapped:          23080 kB
Slab:           508256 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   788624 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= 72200 MiB
End job on node145 at 2011-04-29 18:20:09