Trace number 3394713

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
Sol 2011-04-04? (TO) 5000.11 4932.55

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1606.57
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 555162

Solver Data


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: 961)

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-3394713-1306086048/watcher-3394713-1306086048 -o /tmp/evaluation-result-3394713-1306086048/solver-3394713-1306086048 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394713-1306086048.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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.02 2.04 1.85 2/408 21165
/proc/meminfo: memFree=17388480/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 1370 0 0 0 0 0 0 0 25 0 9 0 720204605 108199936 1277 33554432000 4194304 7232020 140734683785040 18446744073709551615 5667712 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/21165/statm: 26416 1277 898 742 0 18987 0
[pid=21165/tid=21166] ppid=21163 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 720204605 108199936 1286 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 108199936 1286 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 108199936 1286 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) S 21163 21165 20321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 720204605 108199936 1286 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 720204605 108199936 1286 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 720204605 108199936 1286 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 720204605 108199936 1286 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 720204606 108199936 1286 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0

[startup+0.074177 s]
/proc/loadavg: 2.02 2.04 1.85 2/408 21165
/proc/meminfo: memFree=17388480/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=107644 CPUtime=0.06 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 1955 0 0 0 6 0 0 0 25 0 9 0 720204605 110227456 1862 33554432000 4194304 7232020 140734683785040 18446744073709551615 1081655419 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/21165/statm: 26911 1862 975 742 0 19482 0
[pid=21165/tid=21166] ppid=21163 vsize=107644 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 720204605 110227456 1862 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=107644 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 110227456 1862 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=107644 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 110227456 1862 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=107644 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 110227456 1862 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=107644 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720204605 110227456 1862 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=107644 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 110227456 1862 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=107644 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 110227456 1862 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=107644 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 720204606 110227456 1862 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 107644

[startup+0.101169 s]
/proc/loadavg: 2.02 2.04 1.85 2/408 21165
/proc/meminfo: memFree=17388480/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=108272 CPUtime=0.09 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 2096 0 0 0 9 0 0 0 25 0 9 0 720204605 110870528 2003 33554432000 4194304 7232020 140734683785040 18446744073709551615 1081660375 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/21165/statm: 27068 2003 975 742 0 19639 0
[pid=21165/tid=21166] ppid=21163 vsize=108272 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 720204605 110870528 2003 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=108272 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 110870528 2003 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=108272 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 110870528 2003 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=108272 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) R 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 110870528 2003 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=108272 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720204605 110870528 2003 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=108272 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 110870528 2003 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=108272 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720204605 110870528 2003 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=108272 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 720204606 110870528 2003 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108272

[startup+0.301138 s]
/proc/loadavg: 2.02 2.04 1.85 2/408 21165
/proc/meminfo: memFree=17388480/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=113824 CPUtime=0.3 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 3166 0 0 0 30 0 0 0 25 0 9 0 720204605 116555776 3073 33554432000 4194304 7232020 140734683785040 18446744073709551615 1081672290 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 0
/proc/21165/statm: 28456 3073 975 742 0 21027 0
[pid=21165/tid=21166] ppid=21163 vsize=113824 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 720204605 116555776 3073 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=113824 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720204605 116555776 3073 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=113824 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 720204605 116555776 3073 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=113824 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720204605 116555776 3073 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=113824 CPUtime=0.01 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720204605 116555776 3073 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=113824 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 720204605 116555776 3073 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=113824 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720204605 116555776 3073 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=113824 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 0 0 0 0 23 0 9 0 720204606 116555776 3073 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 113824

[startup+0.701066 s]
/proc/loadavg: 2.02 2.04 1.85 2/408 21165
/proc/meminfo: memFree=17388480/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=142416 CPUtime=0.72 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 10702 0 0 0 71 1 0 0 25 0 9 0 720204605 145833984 10608 33554432000 4194304 7232020 140734683785040 18446744073709551615 6187625 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/21165/statm: 35604 10608 1023 742 0 28175 0
[pid=21165/tid=21166] ppid=21163 vsize=142416 CPUtime=0.01 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 720204605 145833984 10608 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=142416 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720204605 145833984 10608 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=142416 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 720204605 145833984 10608 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=142416 CPUtime=0.01 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720204605 145833984 10608 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=142416 CPUtime=0.02 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 720204605 145833984 10608 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=142416 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 720204605 145833984 10608 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=142416 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720204605 145833984 10608 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=142416 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 9 0 720204606 145833984 10608 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 142416

[startup+1.50092 s]
/proc/loadavg: 2.02 2.03 1.85 3/417 21174
/proc/meminfo: memFree=17349356/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=150736 CPUtime=1.57 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 10914 0 0 0 156 1 0 0 18 0 9 0 720204605 154353664 10820 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290696847 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/21165/statm: 37684 10820 1023 742 0 30255 0
[pid=21165/tid=21166] ppid=21163 vsize=150736 CPUtime=0.02 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 2 0 0 0 16 0 9 0 720204605 154353664 10820 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=150736 CPUtime=0.02 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720204605 154353664 10820 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 0 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=150736 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720204605 154353664 10820 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=150736 CPUtime=0.02 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) R 21163 21165 20321 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720204605 154353664 10820 33554432000 4194304 7232020 140734683785040 18446744073709551615 6168994 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=150736 CPUtime=0.02 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) R 21163 21165 20321 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720204605 154353664 10820 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=150736 CPUtime=0.01 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) R 21163 21165 20321 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720204605 154353664 10820 33554432000 4194304 7232020 140734683785040 18446744073709551615 6172690 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=150736 CPUtime=0.01 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720204605 154353664 10820 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=150736 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4194368 3 0 0 0 0 0 0 0 15 0 9 0 720204606 154353664 10820 33554432000 4194304 7232020 140734683785040 18446744073709551615 237278267327 0 2138816217 4096 545260780 18446744071562694473 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 150736

[startup+3.10246 s]
/proc/loadavg: 2.02 2.03 1.85 3/417 21174
/proc/meminfo: memFree=17346748/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=150736 CPUtime=3.26 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) S 21163 21165 20321 0 -1 4202496 11760 0 0 0 324 2 0 0 18 0 9 0 720204605 154353664 11666 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/21165/statm: 37684 11666 1023 742 0 30255 0
[pid=21165/tid=21166] ppid=21163 vsize=150736 CPUtime=0.03 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) R 21163 21165 20321 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 9 0 720204605 154353664 11666 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290705589 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=150736 CPUtime=0.03 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) R 21163 21165 20321 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720204605 154353664 11666 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=150736 CPUtime=0.02 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) R 21163 21165 20321 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 720204605 154353664 11666 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 0 0 0 -1 6 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=150736 CPUtime=0.04 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) R 21163 21165 20321 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 720204605 154353664 11666 33554432000 4194304 7232020 140734683785040 18446744073709551615 6173251 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=150736 CPUtime=0.05 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) R 21163 21165 20321 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 720204605 154353664 11666 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 0 0 0 -1 6 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=150736 CPUtime=0.02 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720204605 154353664 11666 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=150736 CPUtime=0.03 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) R 21163 21165 20321 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 720204605 154353664 11666 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290696847 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=150736 CPUtime=0 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4194368 3 0 0 0 0 0 0 0 15 0 9 0 720204606 154353664 11666 33554432000 4194304 7232020 140734683785040 18446744073709551615 237278267327 0 2138816217 4096 545260780 18446744071562694473 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 150736

[startup+6.30105 s]
/proc/loadavg: 2.01 2.03 1.85 9/417 21174
/proc/meminfo: memFree=17341912/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=158992 CPUtime=6.6 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 13117 0 0 0 658 2 0 0 19 0 9 0 720204605 162807808 12972 33554432000 4194304 7232020 140734683785040 18446744073709551615 1078300789 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/21165/statm: 39748 12972 1024 742 0 32319 0

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

/proc/21165/task/21169/stat : 21169 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1204 3 0 0 16 0 9 0 720204605 689164288 128900 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=673012 CPUtime=12 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1198 2 0 0 16 0 9 0 720204605 689164288 128900 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=673012 CPUtime=12.18 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1216 2 0 0 16 0 9 0 720204605 689164288 128900 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 0 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=673012 CPUtime=11.79 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1176 3 0 0 16 0 9 0 720204605 689164288 128900 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=673012 CPUtime=0.05 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 4 1 0 0 15 0 9 0 720204606 689164288 128900 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4726.73
Current children cumulated vsize (KiB) 673012

[startup+4722.31 s]
/proc/loadavg: 2.07 2.05 2.02 3/417 21347
/proc/meminfo: memFree=16940908/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=673140 CPUtime=4786.99 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 626133 0 0 0 478542 157 0 0 25 0 9 0 720204605 689295360 131176 33554432000 4194304 7232020 140734683785040 18446744073709551615 1078300789 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/21165/statm: 168285 131176 1035 742 0 160856 0
[pid=21165/tid=21166] ppid=21163 vsize=673140 CPUtime=12.3 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 1229 1 0 0 16 0 9 0 720204605 689295360 131176 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=673140 CPUtime=12.09 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1207 2 0 0 16 0 9 0 720204605 689295360 131176 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=673140 CPUtime=12.23 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1220 3 0 0 16 0 9 0 720204605 689295360 131176 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=673140 CPUtime=12.1 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1207 3 0 0 16 0 9 0 720204605 689295360 131176 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=673140 CPUtime=12.06 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1204 2 0 0 16 0 9 0 720204605 689295360 131176 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=673140 CPUtime=12.22 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1220 2 0 0 16 0 9 0 720204605 689295360 131176 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=673140 CPUtime=11.85 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1182 3 0 0 16 0 9 0 720204605 689295360 131176 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 0 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=673140 CPUtime=0.05 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 4 1 0 0 15 0 9 0 720204606 689295360 131176 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4786.99
Current children cumulated vsize (KiB) 673140

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/417 21349
/proc/meminfo: memFree=16930340/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=673268 CPUtime=4847.3 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 626447 0 0 0 484573 157 0 0 25 0 9 0 720204605 689426432 130397 33554432000 4194304 7232020 140734683785040 18446744073709551615 1078300789 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/21165/statm: 168317 130397 1035 742 0 160888 0
[pid=21165/tid=21166] ppid=21163 vsize=673268 CPUtime=12.35 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 1234 1 0 0 15 0 9 0 720204605 689426432 130397 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=673268 CPUtime=12.16 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1214 2 0 0 16 0 9 0 720204605 689426432 130397 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 0 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=673268 CPUtime=12.29 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1226 3 0 0 16 0 9 0 720204605 689426432 130397 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=673268 CPUtime=12.16 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1213 3 0 0 16 0 9 0 720204605 689426432 130397 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 0 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=673268 CPUtime=12.13 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1211 2 0 0 16 0 9 0 720204605 689426432 130397 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=673268 CPUtime=12.27 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1225 2 0 0 16 0 9 0 720204605 689426432 130397 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=673268 CPUtime=11.93 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1190 3 0 0 16 0 9 0 720204605 689426432 130397 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=673268 CPUtime=0.05 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 4 1 0 0 15 0 9 0 720204606 689426432 130397 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4847.3
Current children cumulated vsize (KiB) 673268

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.01 3/417 21360
/proc/meminfo: memFree=16844280/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=730836 CPUtime=4908.02 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 645015 0 0 0 490643 159 0 0 25 0 9 0 720204605 748376064 146393 33554432000 4194304 7232020 140734683785040 18446744073709551615 1078300782 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/21165/statm: 182709 146393 1035 742 0 175280 0
[pid=21165/tid=21166] ppid=21163 vsize=730836 CPUtime=12.56 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 1254 2 0 0 16 0 9 0 720204605 748376064 146393 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=730836 CPUtime=12.32 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1230 2 0 0 15 0 9 0 720204605 748376064 146393 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=730836 CPUtime=12.42 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1239 3 0 0 16 0 9 0 720204605 748376064 146393 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=730836 CPUtime=12.31 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1228 3 0 0 16 0 9 0 720204605 748376064 146393 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 0 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=730836 CPUtime=12.23 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1221 2 0 0 15 0 9 0 720204605 748376064 146393 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 0 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=730836 CPUtime=12.36 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1234 2 0 0 16 0 9 0 720204605 748376064 146393 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=730836 CPUtime=12.08 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1205 3 0 0 16 0 9 0 720204605 748376064 146393 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=730836 CPUtime=0.05 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 4 1 0 0 15 0 9 0 720204606 748376064 146393 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4908.02
Current children cumulated vsize (KiB) 730836

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/417 21361
/proc/meminfo: memFree=16820796/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=739100 CPUtime=4969.19 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 659829 0 0 0 496758 161 0 0 25 0 9 0 720204605 756838400 148293 33554432000 4194304 7232020 140734683785040 18446744073709551615 1078300782 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/21165/statm: 184775 148293 1035 742 0 177346 0
[pid=21165/tid=21166] ppid=21163 vsize=739100 CPUtime=12.77 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 1275 2 0 0 16 0 9 0 720204605 756838400 148293 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=739100 CPUtime=12.59 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1257 2 0 0 16 0 9 0 720204605 756838400 148293 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=739100 CPUtime=12.62 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1259 3 0 0 16 0 9 0 720204605 756838400 148293 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=739100 CPUtime=12.52 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1249 3 0 0 15 0 9 0 720204605 756838400 148293 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 0 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=739100 CPUtime=12.43 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1241 2 0 0 16 0 9 0 720204605 756838400 148293 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=739100 CPUtime=12.6 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1258 2 0 0 15 0 9 0 720204605 756838400 148293 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=739100 CPUtime=12.28 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1225 3 0 0 16 0 9 0 720204605 756838400 148293 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 0 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=739100 CPUtime=0.05 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 4 1 0 0 15 0 9 0 720204606 756838400 148293 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4969.19
Current children cumulated vsize (KiB) 739100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4932.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/417 21362
/proc/meminfo: memFree=16781848/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=763748 CPUtime=5000.06 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 666233 0 0 0 499844 162 0 0 25 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 1078300789 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/21165/statm: 190937 146944 1035 742 0 183508 0
[pid=21165/tid=21166] ppid=21163 vsize=763748 CPUtime=12.93 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 1291 2 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=763748 CPUtime=12.74 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1272 2 0 0 15 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=763748 CPUtime=12.75 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1272 3 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=763748 CPUtime=12.65 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1262 3 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=763748 CPUtime=12.52 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1250 2 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 0 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=763748 CPUtime=12.7 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1268 2 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=763748 CPUtime=12.38 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1235 3 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=763748 CPUtime=0.05 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 4 1 0 0 15 0 9 0 720204606 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 763748

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

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

[startup+4932.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/417 21362
/proc/meminfo: memFree=16781848/32950904 swapFree=65784192/67111528
[pid=21165] ppid=21163 vsize=763748 CPUtime=5000.06 cores=0,2,4,6
/proc/21165/stat : 21165 (mono) R 21163 21165 20321 0 -1 4202496 666233 0 0 0 499844 162 0 0 25 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 1078300789 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/21165/statm: 190937 146944 1035 742 0 183508 0
[pid=21165/tid=21166] ppid=21163 vsize=763748 CPUtime=12.93 cores=0,2,4,6
/proc/21165/task/21166/stat : 21166 (mono) S 21163 21165 20321 0 -1 4202560 4 0 0 0 1291 2 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21167] ppid=21163 vsize=763748 CPUtime=12.74 cores=0,2,4,6
/proc/21165/task/21167/stat : 21167 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1272 2 0 0 15 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21168] ppid=21163 vsize=763748 CPUtime=12.75 cores=0,2,4,6
/proc/21165/task/21168/stat : 21168 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1272 3 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 6 0 0 0
[pid=21165/tid=21169] ppid=21163 vsize=763748 CPUtime=12.65 cores=0,2,4,6
/proc/21165/task/21169/stat : 21169 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1262 3 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21170] ppid=21163 vsize=763748 CPUtime=12.52 cores=0,2,4,6
/proc/21165/task/21170/stat : 21170 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1250 2 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 0 0 0 0
[pid=21165/tid=21171] ppid=21163 vsize=763748 CPUtime=12.7 cores=0,2,4,6
/proc/21165/task/21171/stat : 21171 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1268 2 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 2 0 0 0
[pid=21165/tid=21172] ppid=21163 vsize=763748 CPUtime=12.38 cores=0,2,4,6
/proc/21165/task/21172/stat : 21172 (mono) S 21163 21165 20321 0 -1 4202560 2 0 0 0 1235 3 0 0 16 0 9 0 720204605 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290695577 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
[pid=21165/tid=21173] ppid=21163 vsize=763748 CPUtime=0.05 cores=0,2,4,6
/proc/21165/task/21173/stat : 21173 (mono) S 21163 21165 20321 0 -1 4202560 3 0 0 0 4 1 0 0 15 0 9 0 720204606 782077952 146944 33554432000 4194304 7232020 140734683785040 18446744073709551615 237290703281 0 0 4096 545260780 18446604443249507264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 763748

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4932.55
CPU time (s): 5000.11
CPU user time (s): 4998.46
CPU system time (s): 1.65175
CPU usage (%): 101.37
Max. virtual memory (cumulated for all children) (KiB): 763748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.46
system time used= 1.65175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666233
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155259
involuntary context switches= 53433

runsolver used 19.447 second user time and 43.4104 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-22 19:40:49
IDJOB=3394713
IDBENCH=83930
IDSOLVER=1880
FILE ID=node121/3394713-1306086048
RUNJOBID= node121-1306084608-21063
PBS_JOBID= 13387882
Free space on /tmp= 72992 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394713-1306086048/watcher-3394713-1306086048 -o /tmp/evaluation-result-3394713-1306086048/solver-3394713-1306086048 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394713-1306086048.cnf

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=517904737

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      17388636 kB
Buffers:        159588 kB
Cached:        3796128 kB
SwapCached:      32064 kB
Active:        7945748 kB
Inactive:      7376852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      17388636 kB
SwapTotal:    67111528 kB
SwapFree:     65784192 kB
Dirty:            2384 kB
Writeback:           0 kB
AnonPages:    11340916 kB
Mapped:          34108 kB
Slab:           120424 kB
PageTables:      52640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83935916 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= 72992 MiB
End job on node121 at 2011-05-22 21:03:03