Trace number 3394723

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.07 4952.85

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2451.79
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses58376
Sum of the clauses size583480
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 556
Number of clauses of size over 558320

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

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

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: 1.00 1.02 1.24 1/496 16363
/proc/meminfo: memFree=19927144/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=102604 CPUtime=0 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 842 0 1 0 0 0 0 0 19 0 8 0 720223666 105066496 753 33554432000 4194304 7232020 140735316776624 18446744073709551615 210204308165 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/16363/statm: 25651 754 590 742 0 18222 0
[pid=16363/tid=16364] ppid=16361 vsize=105328 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 9 0 720223667 107855872 1097 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=105328 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 9 0 720223667 107855872 1097 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=105328 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 9 0 720223667 107855872 1097 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=105328 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 9 0 720223667 107855872 1097 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=105328 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 9 0 720223667 107855872 1099 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=105328 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 9 0 720223667 107855872 1099 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=105328 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 9 0 720223667 107855872 1099 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=105328 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 9 0 720223667 107855872 1103 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0

[startup+0.0910649 s]
/proc/loadavg: 1.00 1.02 1.24 1/496 16363
/proc/meminfo: memFree=19927144/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=108356 CPUtime=0.07 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 1984 0 6 0 7 0 0 0 18 0 9 0 720223666 110956544 1895 33554432000 4194304 7232020 140735316776624 18446744073709551615 6230302 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/16363/statm: 27089 1898 975 742 0 19660 0
[pid=16363/tid=16364] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 9 0 720223667 110956544 1901 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720223667 110956544 1903 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720223667 110956544 1903 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720223667 110956544 1903 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720223667 110956544 1903 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720223667 110956544 1903 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) R 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720223667 110956544 1903 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 0 0 0 -1 1 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4194368 3 0 0 0 0 0 0 0 17 0 9 0 720223667 110956544 1903 33554432000 4194304 7232020 140735316776624 18446744073709551615 210204035007 0 2138816217 4096 545260780 18446744071562694473 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 108356

[startup+0.101077 s]
/proc/loadavg: 1.00 1.02 1.24 1/496 16363
/proc/meminfo: memFree=19927144/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=108356 CPUtime=0.08 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 2029 0 6 0 8 0 0 0 18 0 9 0 720223666 110956544 1939 33554432000 4194304 7232020 140735316776624 18446744073709551615 5706022 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/16363/statm: 27089 1939 975 742 0 19660 0
[pid=16363/tid=16364] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 9 0 720223667 110956544 1939 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720223667 110956544 1939 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720223667 110956544 1939 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720223667 110956544 1939 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720223667 110956544 1939 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720223667 110956544 1939 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720223667 110956544 1939 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=108356 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 9 0 720223667 110956544 1939 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 108356

[startup+0.300996 s]
/proc/loadavg: 1.00 1.02 1.24 1/496 16363
/proc/meminfo: memFree=19927144/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=112056 CPUtime=0.29 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 3056 0 6 0 29 0 0 0 18 0 9 0 720223666 114745344 2966 33554432000 4194304 7232020 140735316776624 18446744073709551615 1163800848 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/16363/statm: 28014 2966 975 742 0 20585 0
[pid=16363/tid=16364] ppid=16361 vsize=112056 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 9 0 720223667 114745344 2967 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=112056 CPUtime=0.01 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720223667 114745344 2967 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=112056 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720223667 114745344 2967 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=112056 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 9 0 720223667 114745344 2967 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=112056 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720223667 114745344 2967 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=112056 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720223667 114745344 2967 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=114116 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720223667 116854784 2967 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=114116 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720223667 116854784 2970 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 112056

[startup+0.700933 s]
/proc/loadavg: 1.00 1.02 1.24 1/496 16363
/proc/meminfo: memFree=19927144/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=144244 CPUtime=0.73 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 11147 0 6 0 71 2 0 0 18 0 9 0 720223666 147705856 11057 33554432000 4194304 7232020 140735316776624 18446744073709551615 1163849158 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/16363/statm: 36061 11057 1024 742 0 28632 0
[pid=16363/tid=16364] ppid=16361 vsize=144244 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720223667 147705856 11057 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=144244 CPUtime=0.02 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 720223667 147705856 11057 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=144244 CPUtime=0.01 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720223667 147705856 11057 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=144244 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720223667 147705856 11057 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=144244 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720223667 147705856 11057 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=144244 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720223667 147705856 11057 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=144244 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720223667 147705856 11057 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=144244 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720223667 147705856 11057 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 144244

[startup+1.5008 s]
/proc/loadavg: 1.00 1.02 1.24 3/506 16373
/proc/meminfo: memFree=19848256/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=144372 CPUtime=1.57 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 11178 0 6 0 155 2 0 0 18 0 9 0 720223666 147836928 11088 33554432000 4194304 7232020 140735316776624 18446744073709551615 1163849845 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/16363/statm: 36093 11088 1024 742 0 28664 0
[pid=16363/tid=16364] ppid=16361 vsize=144372 CPUtime=0.02 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 720223667 147836928 11088 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=144372 CPUtime=0.04 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 720223667 147836928 11088 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=144372 CPUtime=0.01 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720223667 147836928 11088 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=144372 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720223667 147836928 11088 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=144372 CPUtime=0.01 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720223667 147836928 11088 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=144372 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720223667 147836928 11088 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=144372 CPUtime=0.01 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720223667 147836928 11088 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=144372 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720223667 147836928 11088 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 144372

[startup+3.10058 s]
/proc/loadavg: 1.32 1.09 1.26 3/506 16373
/proc/meminfo: memFree=19843916/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=152564 CPUtime=3.24 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 11949 0 6 0 322 2 0 0 18 0 9 0 720223666 156225536 11859 33554432000 4194304 7232020 140735316776624 18446744073709551615 1163850171 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/16363/statm: 38141 11859 1024 742 0 30712 0
[pid=16363/tid=16364] ppid=16361 vsize=152564 CPUtime=0.03 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720223667 156225536 11859 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=152564 CPUtime=0.05 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 720223667 156225536 11859 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=152564 CPUtime=0.04 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 720223667 156225536 11859 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=152564 CPUtime=0.01 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720223667 156225536 11859 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=152564 CPUtime=0.01 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720223667 156225536 11859 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=152564 CPUtime=0.02 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 720223667 156225536 11859 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=152564 CPUtime=0.02 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720223667 156225536 11859 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=152564 CPUtime=0 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720223667 156225536 11859 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 152564

[startup+6.30107 s]
/proc/loadavg: 1.32 1.09 1.26 3/506 16374
/proc/meminfo: memFree=19831836/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=152692 CPUtime=6.58 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 13099 0 6 0 655 3 0 0 18 0 9 0 720223666 156356608 12988 33554432000 4194304 7232020 140735316776624 18446744073709551615 1163851320 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/16363/statm: 38173 12988 1025 742 0 30744 0

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

/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 822 5 0 0 16 0 9 0 720223667 844996608 115038 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=825192 CPUtime=8.44 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 839 5 0 0 16 0 9 0 720223667 844996608 115038 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=825192 CPUtime=7.98 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 794 4 0 0 16 0 9 0 720223667 844996608 115038 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=825192 CPUtime=8.05 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 801 4 0 0 16 0 9 0 720223667 844996608 115038 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=825192 CPUtime=0.03 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720223667 844996608 115038 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4646.14
Current children cumulated vsize (KiB) 825192

[startup+4662.3 s]
/proc/loadavg: 2.01 2.05 2.03 3/506 16520
/proc/meminfo: memFree=18787412/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=825192 CPUtime=4706.66 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 520274 0 6 0 470513 153 0 0 25 0 9 0 720223666 844996608 115204 33554432000 4194304 7232020 140735316776624 18446744073709551615 1163849845 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/16363/statm: 206298 115204 1036 742 0 198869 0
[pid=16363/tid=16364] ppid=16361 vsize=825192 CPUtime=8.63 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 859 4 0 0 16 0 9 0 720223667 844996608 115204 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=825192 CPUtime=8.35 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 829 6 0 0 16 0 9 0 720223667 844996608 115204 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=825192 CPUtime=8.13 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 807 6 0 0 16 0 9 0 720223667 844996608 115204 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=825192 CPUtime=8.42 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 837 5 0 0 16 0 9 0 720223667 844996608 115204 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=825192 CPUtime=8.51 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 846 5 0 0 16 0 9 0 720223667 844996608 115204 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=825192 CPUtime=8.07 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 803 4 0 0 16 0 9 0 720223667 844996608 115204 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=825192 CPUtime=8.16 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 812 4 0 0 16 0 9 0 720223667 844996608 115204 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=825192 CPUtime=0.03 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720223667 844996608 115204 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4706.66
Current children cumulated vsize (KiB) 825192

[startup+4722.32 s]
/proc/loadavg: 2.00 2.04 2.02 3/506 16521
/proc/meminfo: memFree=18981804/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=825192 CPUtime=4767.31 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 526905 0 6 0 476576 155 0 0 25 0 9 0 720223666 844996608 121147 33554432000 4194304 7232020 140735316776624 18446744073709551615 1163849845 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/16363/statm: 206298 121147 1036 742 0 198869 0
[pid=16363/tid=16364] ppid=16361 vsize=825192 CPUtime=8.72 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 868 4 0 0 16 0 9 0 720223667 844996608 121147 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=825192 CPUtime=8.45 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 839 6 0 0 15 0 9 0 720223667 844996608 121147 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=825192 CPUtime=8.27 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 821 6 0 0 16 0 9 0 720223667 844996608 121147 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=825192 CPUtime=8.56 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 851 5 0 0 15 0 9 0 720223667 844996608 121147 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=825192 CPUtime=8.61 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 856 5 0 0 15 0 9 0 720223667 844996608 121147 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=825192 CPUtime=8.2 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 816 4 0 0 15 0 9 0 720223667 844996608 121147 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=825192 CPUtime=8.3 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 826 4 0 0 15 0 9 0 720223667 844996608 121147 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=825192 CPUtime=0.03 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720223667 844996608 121147 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4767.31
Current children cumulated vsize (KiB) 825192

[startup+4782.3 s]
/proc/loadavg: 2.03 2.04 2.02 3/506 16523
/proc/meminfo: memFree=18990068/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=825192 CPUtime=4827.95 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 529535 0 6 0 482638 157 0 0 25 0 9 0 720223666 844996608 121467 33554432000 4194304 7232020 140735316776624 18446744073709551615 1163849158 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/16363/statm: 206298 121467 1036 742 0 198869 0
[pid=16363/tid=16364] ppid=16361 vsize=825192 CPUtime=8.85 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 881 4 0 0 16 0 9 0 720223667 844996608 121467 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=825192 CPUtime=8.57 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 851 6 0 0 16 0 9 0 720223667 844996608 121467 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=825192 CPUtime=8.42 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 836 6 0 0 16 0 9 0 720223667 844996608 121467 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=825192 CPUtime=8.66 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 861 5 0 0 15 0 9 0 720223667 844996608 121467 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=825192 CPUtime=8.71 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 866 5 0 0 16 0 9 0 720223667 844996608 121467 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=825192 CPUtime=8.33 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 829 4 0 0 16 0 9 0 720223667 844996608 121467 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=825192 CPUtime=8.45 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 840 5 0 0 15 0 9 0 720223667 844996608 121467 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=825192 CPUtime=0.03 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720223667 844996608 121467 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4827.95
Current children cumulated vsize (KiB) 825192

[startup+4842.3 s]
/proc/loadavg: 2.31 2.14 2.06 3/506 16527
/proc/meminfo: memFree=18955616/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=825192 CPUtime=4888.61 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 534826 0 6 0 488702 159 0 0 18 0 9 0 720223666 844996608 124690 33554432000 4194304 7232020 140735316776624 18446744073709551615 1163849845 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/16363/statm: 206298 124690 1036 742 0 198869 0
[pid=16363/tid=16364] ppid=16361 vsize=825192 CPUtime=8.97 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 893 4 0 0 15 0 9 0 720223667 844996608 124690 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=825192 CPUtime=8.7 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 864 6 0 0 16 0 9 0 720223667 844996608 124690 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=825192 CPUtime=8.54 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 848 6 0 0 16 0 9 0 720223667 844996608 124690 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=825192 CPUtime=8.78 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 873 5 0 0 15 0 9 0 720223667 844996608 124690 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=825192 CPUtime=8.82 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 877 5 0 0 16 0 9 0 720223667 844996608 124690 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=825192 CPUtime=8.45 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 841 4 0 0 15 0 9 0 720223667 844996608 124690 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=825192 CPUtime=8.58 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 853 5 0 0 16 0 9 0 720223667 844996608 124690 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=825192 CPUtime=0.03 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720223667 844996608 124690 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4888.61
Current children cumulated vsize (KiB) 825192

[startup+4902.3 s]
/proc/loadavg: 2.45 2.22 2.09 3/506 16529
/proc/meminfo: memFree=18922896/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=825192 CPUtime=4949.23 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 542260 0 6 0 494761 162 0 0 25 0 9 0 720223666 844996608 128337 33554432000 4194304 7232020 140735316776624 18446744073709551615 1163849838 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/16363/statm: 206298 128337 1036 742 0 198869 0
[pid=16363/tid=16364] ppid=16361 vsize=825192 CPUtime=9.07 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 903 4 0 0 15 0 9 0 720223667 844996608 128337 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=825192 CPUtime=8.84 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 878 6 0 0 16 0 9 0 720223667 844996608 128337 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=825192 CPUtime=8.63 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 857 6 0 0 16 0 9 0 720223667 844996608 128337 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=825192 CPUtime=8.88 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 883 5 0 0 16 0 9 0 720223667 844996608 128337 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=825192 CPUtime=8.96 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 891 5 0 0 16 0 9 0 720223667 844996608 128337 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=825192 CPUtime=8.59 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 855 4 0 0 16 0 9 0 720223667 844996608 128337 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=825192 CPUtime=8.69 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 864 5 0 0 15 0 9 0 720223667 844996608 128337 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=825192 CPUtime=0.03 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720223667 844996608 128337 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4949.23
Current children cumulated vsize (KiB) 825192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4952.8 s]
/proc/loadavg: 1.91 2.12 2.06 2/492 16548
/proc/meminfo: memFree=19421360/32951124 swapFree=63649292/67111528
[pid=16363] ppid=16361 vsize=825192 CPUtime=5000.02 cores=1,3,5,7
/proc/16363/stat : 16363 (mono) R 16361 16363 15506 0 -1 4202496 543353 0 6 0 499839 163 0 0 25 0 9 0 720223666 844996608 125916 33554432000 4194304 7232020 140735316776624 18446744073709551615 1163850420 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/16363/statm: 206298 125916 1036 742 0 198869 0
[pid=16363/tid=16364] ppid=16361 vsize=825192 CPUtime=9.11 cores=1,3,5,7
/proc/16363/task/16364/stat : 16364 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 907 4 0 0 15 0 9 0 720223667 844996608 125916 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16365] ppid=16361 vsize=825192 CPUtime=8.92 cores=1,3,5,7
/proc/16363/task/16365/stat : 16365 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 886 6 0 0 16 0 9 0 720223667 844996608 125916 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 7 0 0 0
[pid=16363/tid=16366] ppid=16361 vsize=825192 CPUtime=8.67 cores=1,3,5,7
/proc/16363/task/16366/stat : 16366 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 861 6 0 0 16 0 9 0 720223667 844996608 125916 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16367] ppid=16361 vsize=825192 CPUtime=8.9 cores=1,3,5,7
/proc/16363/task/16367/stat : 16367 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 885 5 0 0 15 0 9 0 720223667 844996608 125916 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 5 0 0 0
[pid=16363/tid=16368] ppid=16361 vsize=825192 CPUtime=9.05 cores=1,3,5,7
/proc/16363/task/16368/stat : 16368 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 900 5 0 0 16 0 9 0 720223667 844996608 125916 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
[pid=16363/tid=16369] ppid=16361 vsize=825192 CPUtime=8.64 cores=1,3,5,7
/proc/16363/task/16369/stat : 16369 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 860 4 0 0 16 0 9 0 720223667 844996608 125916 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16370] ppid=16361 vsize=825192 CPUtime=8.73 cores=1,3,5,7
/proc/16363/task/16370/stat : 16370 (mono) S 16361 16363 15506 0 -1 4202560 2 0 0 0 868 5 0 0 16 0 9 0 720223667 844996608 125916 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216463257 0 0 4096 545260780 18446604456872482048 0 0 -1 3 0 0 0
[pid=16363/tid=16372] ppid=16361 vsize=825192 CPUtime=0.03 cores=1,3,5,7
/proc/16363/task/16372/stat : 16372 (mono) S 16361 16363 15506 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720223667 844996608 125916 33554432000 4194304 7232020 140735316776624 18446744073709551615 210216470961 0 0 4096 545260780 18446604456872482048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 825192

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4952.85
CPU time (s): 5000.07
CPU user time (s): 4998.4
CPU system time (s): 1.66175
CPU usage (%): 100.953
Max. virtual memory (cumulated for all children) (KiB): 825192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.41
system time used= 1.66175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 543353
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110773
involuntary context switches= 44062

runsolver used 23.6584 second user time and 57.4263 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-22 19:44:12
IDJOB=3394723
IDBENCH=83965
IDSOLVER=1880
FILE ID=node130/3394723-1306086251
RUNJOBID= node130-1306086251-16337
PBS_JOBID= 13387873
Free space on /tmp= 73104 MiB

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

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=831417543

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19928796 kB
Buffers:        343512 kB
Cached:        7579048 kB
SwapCached:      10260 kB
Active:        6944648 kB
Inactive:      5760324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19928796 kB
SwapTotal:    67111528 kB
SwapFree:     63649292 kB
Dirty:            3896 kB
Writeback:           0 kB
AnonPages:     4780348 kB
Mapped:          31084 kB
Slab:           194604 kB
PageTables:      53768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145164132 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= 73104 MiB
End job on node130 at 2011-05-22 21:06:47