Trace number 3394565

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.16 4959.91

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
Number of clauses of size over 50

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-3394565-1306080355/watcher-3394565-1306080355 -o /tmp/evaluation-result-3394565-1306080355/solver-3394565-1306080355 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394565-1306080355.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.10 2.08 2.07 2/469 8271
/proc/meminfo: memFree=17059572/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=103260 CPUtime=0 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 1169 0 0 0 0 0 0 0 25 0 8 0 719633449 105738240 1076 33554432000 4194304 7232020 140736649877088 18446744073709551615 6230302 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/8271/statm: 25815 1077 797 742 0 18386 0
[pid=8271/tid=8272] ppid=8269 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 719633449 108199936 1305 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 719633449 108199936 1305 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 719633449 108199936 1305 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=105664 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 719633449 108199936 1305 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 719633449 108339200 1307 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=105720 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 719633449 108257280 1307 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=105720 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 719633449 108257280 1307 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=105720 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 719633450 108257280 1307 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0

[startup+0.0987569 s]
/proc/loadavg: 2.10 2.08 2.07 2/469 8271
/proc/meminfo: memFree=17059572/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=109392 CPUtime=0.09 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 2367 0 0 0 9 0 0 0 18 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134531215 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/8271/statm: 27348 2270 975 742 0 19919 0
[pid=8271/tid=8272] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) R 8269 8271 7558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 0 0 0 -1 6 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) R 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 0 0 0 -1 6 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4194368 3 0 0 0 0 0 0 0 25 0 9 0 719633450 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228122101695 0 2138816217 4096 545260780 18446744071562694473 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 109392

[startup+0.100704 s]
/proc/loadavg: 2.10 2.08 2.07 2/469 8271
/proc/meminfo: memFree=17059572/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=109392 CPUtime=0.09 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 2367 0 0 0 9 0 0 0 18 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 1097904616 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/8271/statm: 27348 2270 975 742 0 19919 0
[pid=8271/tid=8272] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) R 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) R 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719633449 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=109392 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 719633450 112017408 2270 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 109392

[startup+0.300713 s]
/proc/loadavg: 2.10 2.08 2.07 2/469 8271
/proc/meminfo: memFree=17059572/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=114652 CPUtime=0.32 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 3704 0 0 0 32 0 0 0 18 0 9 0 719633449 117403648 3607 33554432000 4194304 7232020 140736649877088 18446744073709551615 1097910814 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/8271/statm: 28663 3607 994 742 0 21234 0
[pid=8271/tid=8272] ppid=8269 vsize=114652 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 9 0 719633449 117403648 3607 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=114652 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 719633449 117403648 3607 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=114652 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 719633449 117403648 3607 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=114652 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 719633449 117403648 3607 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=114652 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 719633449 117403648 3607 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=114652 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 17 0 9 0 719633449 117403648 3607 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=114652 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 719633449 117403648 3607 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=114652 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 0 0 0 0 23 0 9 0 719633450 117403648 3607 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 114652

[startup+0.700665 s]
/proc/loadavg: 2.10 2.08 2.07 2/469 8271
/proc/meminfo: memFree=17059572/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=173644 CPUtime=0.75 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 16756 0 0 0 73 2 0 0 18 0 9 0 719633449 177811456 16659 33554432000 4194304 7232020 140736649877088 18446744073709551615 1102714533 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/8271/statm: 43411 16659 1024 742 0 35982 0
[pid=8271/tid=8272] ppid=8269 vsize=173644 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 719633449 177811456 16659 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=173644 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 719633449 177811456 16659 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=173644 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719633449 177811456 16659 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=173644 CPUtime=0.02 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 719633449 177811456 16659 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=173644 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 719633449 177811456 16659 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=173644 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 719633449 177811456 16659 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=173644 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719633449 177811456 16659 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=173644 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 9 0 719633450 177811456 16659 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 173644

[startup+1.50046 s]
/proc/loadavg: 2.10 2.08 2.07 3/478 8280
/proc/meminfo: memFree=16995772/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=174092 CPUtime=1.56 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 18626 0 0 0 154 2 0 0 18 0 9 0 719633449 178270208 18529 33554432000 4194304 7232020 140736649877088 18446744073709551615 1102712934 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 0
/proc/8271/statm: 43523 18529 1024 742 0 36094 0
[pid=8271/tid=8272] ppid=8269 vsize=174092 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 719633449 178270208 18529 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=174092 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 719633449 178270208 18529 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=174092 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 719633449 178270208 18529 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=174092 CPUtime=0.02 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 719633449 178270208 18529 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=174092 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 719633449 178270208 18529 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=174092 CPUtime=0.02 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 719633449 178270208 18529 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=174092 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 719633449 178270208 18529 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=174092 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719633450 178270208 18529 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 174092

[startup+3.10116 s]
/proc/loadavg: 2.10 2.08 2.07 3/478 8280
/proc/meminfo: memFree=16987960/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=174220 CPUtime=3.17 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 18654 0 0 0 315 2 0 0 19 0 9 0 719633449 178401280 18557 33554432000 4194304 7232020 140736649877088 18446744073709551615 1097924017 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 0
/proc/8271/statm: 43555 18557 1024 742 0 36126 0
[pid=8271/tid=8272] ppid=8269 vsize=174220 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 719633449 178401280 18557 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=174220 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 719633449 178401280 18557 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=174220 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 719633449 178401280 18557 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=174220 CPUtime=0.03 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 719633449 178401280 18557 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=174220 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 719633449 178401280 18557 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=174220 CPUtime=0.02 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 719633449 178401280 18557 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=174220 CPUtime=0.01 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 719633449 178401280 18557 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=174220 CPUtime=0 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719633450 178401280 18557 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 174220

[startup+6.30062 s]
/proc/loadavg: 2.33 2.13 2.09 3/478 8280
/proc/meminfo: memFree=16977796/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=190796 CPUtime=6.4 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 21146 0 0 0 638 2 0 0 18 0 9 0 719633449 195375104 21049 33554432000 4194304 7232020 140736649877088 18446744073709551615 1102712174 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/8271/statm: 47699 21049 1024 742 0 40270 0

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

/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 718 0 0 0 16 0 9 0 719633449 1718157312 394006 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=1677888 CPUtime=7.27 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 726 1 0 0 16 0 9 0 719633449 1718157312 394006 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=1677888 CPUtime=7.22 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 721 1 0 0 16 0 9 0 719633449 1718157312 394006 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=1677888 CPUtime=7.47 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 746 1 0 0 15 0 9 0 719633449 1718157312 394006 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=1677888 CPUtime=0.02 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 719633450 1718157312 394006 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4641.31
Current children cumulated vsize (KiB) 1677888

[startup+4662.3 s]
/proc/loadavg: 1.33 1.82 1.98 2/464 8434
/proc/meminfo: memFree=15466716/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=1703232 CPUtime=4701.51 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 909020 0 0 0 470003 148 0 0 25 0 9 0 719633449 1744109568 399665 33554432000 4194304 7232020 140736649877088 18446744073709551615 1102712942 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/8271/statm: 425808 399665 1035 742 0 418379 0
[pid=8271/tid=8272] ppid=8269 vsize=1703232 CPUtime=6.98 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 698 0 0 0 16 0 9 0 719633449 1744109568 399665 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=1703232 CPUtime=7.66 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 766 0 0 0 16 0 9 0 719633449 1744109568 399665 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=1703232 CPUtime=7.37 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 736 1 0 0 16 0 9 0 719633449 1744109568 399665 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=1703232 CPUtime=7.2 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 720 0 0 0 16 0 9 0 719633449 1744109568 399665 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=1703232 CPUtime=7.28 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 727 1 0 0 16 0 9 0 719633449 1744109568 399665 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=1703232 CPUtime=7.27 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 726 1 0 0 16 0 9 0 719633449 1744109568 399665 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=1703232 CPUtime=7.52 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 751 1 0 0 16 0 9 0 719633449 1744109568 399665 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=1703232 CPUtime=0.02 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 719633450 1744109568 399665 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4701.51
Current children cumulated vsize (KiB) 1703232

[startup+4722.32 s]
/proc/loadavg: 1.11 1.66 1.91 2/464 8436
/proc/meminfo: memFree=15435892/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=1736064 CPUtime=4761.73 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 916695 0 0 0 476024 149 0 0 25 0 9 0 719633449 1777729536 407340 33554432000 4194304 7232020 140736649877088 18446744073709551615 1102712942 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/8271/statm: 434016 407340 1035 742 0 426587 0
[pid=8271/tid=8272] ppid=8269 vsize=1736064 CPUtime=7.02 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 702 0 0 0 16 0 9 0 719633449 1777729536 407340 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=1736064 CPUtime=7.73 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 773 0 0 0 16 0 9 0 719633449 1777729536 407340 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=1736064 CPUtime=7.42 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 741 1 0 0 16 0 9 0 719633449 1777729536 407340 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=1736064 CPUtime=7.21 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 721 0 0 0 15 0 9 0 719633449 1777729536 407340 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=1736064 CPUtime=7.29 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 728 1 0 0 16 0 9 0 719633449 1777729536 407340 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=1736064 CPUtime=7.31 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 730 1 0 0 16 0 9 0 719633449 1777729536 407340 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=1736064 CPUtime=7.54 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 753 1 0 0 16 0 9 0 719633449 1777729536 407340 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=1736064 CPUtime=0.02 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 719633450 1777729536 407340 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4761.73
Current children cumulated vsize (KiB) 1736064

[startup+4782.3 s]
/proc/loadavg: 1.04 1.55 1.86 2/464 8437
/proc/meminfo: memFree=15416368/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=1752640 CPUtime=4821.91 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 921533 0 0 0 482042 149 0 0 25 0 9 0 719633449 1794703360 412178 33554432000 4194304 7232020 140736649877088 18446744073709551615 1102712061 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/8271/statm: 438160 412178 1035 742 0 430731 0
[pid=8271/tid=8272] ppid=8269 vsize=1752640 CPUtime=7.08 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 708 0 0 0 16 0 9 0 719633449 1794703360 412178 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=1752640 CPUtime=7.76 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 776 0 0 0 16 0 9 0 719633449 1794703360 412178 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=1752640 CPUtime=7.48 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 747 1 0 0 16 0 9 0 719633449 1794703360 412178 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=1752640 CPUtime=7.28 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 728 0 0 0 16 0 9 0 719633449 1794703360 412178 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=1752640 CPUtime=7.3 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 729 1 0 0 16 0 9 0 719633449 1794703360 412178 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=1752640 CPUtime=7.34 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 733 1 0 0 16 0 9 0 719633449 1794703360 412178 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=1752640 CPUtime=7.55 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 754 1 0 0 16 0 9 0 719633449 1794703360 412178 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=1752640 CPUtime=0.02 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 719633450 1794703360 412178 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4821.91
Current children cumulated vsize (KiB) 1752640

[startup+4842.3 s]
/proc/loadavg: 1.01 1.44 1.80 2/464 8439
/proc/meminfo: memFree=15400308/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=1769280 CPUtime=4882.12 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 925568 0 0 0 488062 150 0 0 25 0 9 0 719633449 1811742720 416213 33554432000 4194304 7232020 140736649877088 18446744073709551615 1102712949 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/8271/statm: 442320 416213 1035 742 0 434891 0
[pid=8271/tid=8272] ppid=8269 vsize=1769280 CPUtime=7.11 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 711 0 0 0 15 0 9 0 719633449 1811742720 416213 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=1769280 CPUtime=7.77 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 777 0 0 0 16 0 9 0 719633449 1811742720 416213 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=1769280 CPUtime=7.53 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 752 1 0 0 16 0 9 0 719633449 1811742720 416213 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=1769280 CPUtime=7.29 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 729 0 0 0 16 0 9 0 719633449 1811742720 416213 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=1769280 CPUtime=7.38 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 737 1 0 0 16 0 9 0 719633449 1811742720 416213 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=1769280 CPUtime=7.38 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 737 1 0 0 16 0 9 0 719633449 1811742720 416213 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=1769280 CPUtime=7.59 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 758 1 0 0 16 0 9 0 719633449 1811742720 416213 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=1769280 CPUtime=0.02 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 719633450 1811742720 416213 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4882.12
Current children cumulated vsize (KiB) 1769280

[startup+4902.3 s]
/proc/loadavg: 1.00 1.36 1.75 2/464 8440
/proc/meminfo: memFree=15384748/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=1786048 CPUtime=4942.34 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 929424 0 0 0 494083 151 0 0 25 0 9 0 719633449 1828913152 420069 33554432000 4194304 7232020 140736649877088 18446744073709551615 1102712262 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/8271/statm: 446512 420069 1035 742 0 439083 0
[pid=8271/tid=8272] ppid=8269 vsize=1786048 CPUtime=7.17 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 717 0 0 0 16 0 9 0 719633449 1828913152 420069 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=1786048 CPUtime=7.8 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 780 0 0 0 16 0 9 0 719633449 1828913152 420069 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=1786048 CPUtime=7.59 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 758 1 0 0 16 0 9 0 719633449 1828913152 420069 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=1786048 CPUtime=7.31 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 731 0 0 0 16 0 9 0 719633449 1828913152 420069 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=1786048 CPUtime=7.4 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 739 1 0 0 15 0 9 0 719633449 1828913152 420069 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=1786048 CPUtime=7.43 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 742 1 0 0 16 0 9 0 719633449 1828913152 420069 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=1786048 CPUtime=7.63 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 762 1 0 0 16 0 9 0 719633449 1828913152 420069 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=1786048 CPUtime=0.02 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 719633450 1828913152 420069 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4942.34
Current children cumulated vsize (KiB) 1786048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4959.8 s]
/proc/loadavg: 1.00 1.29 1.70 3/464 8442
/proc/meminfo: memFree=15365832/32951124 swapFree=49826860/67111528
[pid=8271] ppid=8269 vsize=1802816 CPUtime=5000.08 cores=0,2,4,6
/proc/8271/stat : 8271 (mono) R 8269 8271 7558 0 -1 4202496 934142 0 0 0 499856 152 0 0 25 0 9 0 719633449 1846083584 424787 33554432000 4194304 7232020 140736649877088 18446744073709551615 1102712399 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/8271/statm: 450704 424787 1035 742 0 443275 0
[pid=8271/tid=8272] ppid=8269 vsize=1802816 CPUtime=7.21 cores=0,2,4,6
/proc/8271/task/8272/stat : 8272 (mono) S 8269 8271 7558 0 -1 4202560 4 0 0 0 721 0 0 0 15 0 9 0 719633449 1846083584 424787 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8273] ppid=8269 vsize=1802816 CPUtime=7.84 cores=0,2,4,6
/proc/8271/task/8273/stat : 8273 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 784 0 0 0 16 0 9 0 719633449 1846083584 424787 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8274] ppid=8269 vsize=1802816 CPUtime=7.64 cores=0,2,4,6
/proc/8271/task/8274/stat : 8274 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 763 1 0 0 16 0 9 0 719633449 1846083584 424787 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
[pid=8271/tid=8275] ppid=8269 vsize=1802816 CPUtime=7.31 cores=0,2,4,6
/proc/8271/task/8275/stat : 8275 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 731 0 0 0 16 0 9 0 719633449 1846083584 424787 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8276] ppid=8269 vsize=1802816 CPUtime=7.44 cores=0,2,4,6
/proc/8271/task/8276/stat : 8276 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 743 1 0 0 16 0 9 0 719633449 1846083584 424787 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 6 0 0 0
[pid=8271/tid=8277] ppid=8269 vsize=1802816 CPUtime=7.47 cores=0,2,4,6
/proc/8271/task/8277/stat : 8277 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 746 1 0 0 16 0 9 0 719633449 1846083584 424787 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 0 0 0 0
[pid=8271/tid=8278] ppid=8269 vsize=1802816 CPUtime=7.66 cores=0,2,4,6
/proc/8271/task/8278/stat : 8278 (mono) S 8269 8271 7558 0 -1 4202560 2 0 0 0 765 1 0 0 16 0 9 0 719633449 1846083584 424787 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134529945 0 0 4096 545260780 18446604451332298944 0 0 -1 4 0 0 0
[pid=8271/tid=8279] ppid=8269 vsize=1802816 CPUtime=0.02 cores=0,2,4,6
/proc/8271/task/8279/stat : 8279 (mono) S 8269 8271 7558 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 719633450 1846083584 424787 33554432000 4194304 7232020 140736649877088 18446744073709551615 228134537649 0 0 4096 545260780 18446604451332298944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1802816

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): 4959.91
CPU time (s): 5000.16
CPU user time (s): 4998.58
CPU system time (s): 1.58476
CPU usage (%): 100.812
Max. virtual memory (cumulated for all children) (KiB): 1802816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.58
system time used= 1.58476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 934142
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= 54588
involuntary context switches= 26178

runsolver used 23.4054 second user time and 49.7394 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-22 18:05:55
IDJOB=3394565
IDBENCH=83248
IDSOLVER=1880
FILE ID=node138/3394565-1306080355
RUNJOBID= node138-1306069994-7577
PBS_JOBID= 13387865
Free space on /tmp= 73272 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394565-1306080355/watcher-3394565-1306080355 -o /tmp/evaluation-result-3394565-1306080355/solver-3394565-1306080355 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394565-1306080355.cnf

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

MD5SUM BENCH= a52d60bf6e72caa628ad712a5fe0fb7a
RANDOM SEED=489985238

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.82
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.854
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.75
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.854
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.80
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.854
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.75
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.854
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.82
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.854
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:     32951124 kB
MemFree:      17059860 kB
Buffers:        184776 kB
Cached:        4779656 kB
SwapCached:      72572 kB
Active:        3817200 kB
Inactive:     11797148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17059860 kB
SwapTotal:    67111528 kB
SwapFree:     49826860 kB
Dirty:            2400 kB
Writeback:           0 kB
AnonPages:    10588952 kB
Mapped:          21488 kB
Slab:           115104 kB
PageTables:      92780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130735664 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= 73272 MiB
End job on node138 at 2011-05-22 19:28:37