Trace number 3394737

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.09 4946.77

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
MD5SUMf19999592ac4a0c798533d80c1c7f2d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1952.87
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses58358
Sum of the clauses size583280
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 558298

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-3394737-1306086882/watcher-3394737-1306086882 -o /tmp/evaluation-result-3394737-1306086882/solver-3394737-1306086882 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394737-1306086882.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: 0.94 1.01 1.01 3/562 1862
/proc/meminfo: memFree=17285536/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=102404 CPUtime=0 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 681 0 0 0 0 0 0 0 19 0 8 0 720285282 104861696 591 33554432000 4194304 7232020 140735351893088 18446744073709551615 239476355781 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/1862/statm: 25601 597 472 742 0 18172 0
[pid=1862/tid=1863] ppid=1860 vsize=105848 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 9 0 720285283 108388352 1381 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=105848 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 9 0 720285283 108388352 1382 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=105848 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 9 0 720285283 108388352 1382 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=105848 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 9 0 720285283 108388352 1382 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=105848 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 9 0 720285283 108388352 1382 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=105848 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 9 0 720285283 108388352 1385 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=105848 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 9 0 720285283 108388352 1385 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=105848 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 9 0 720285283 108388352 1385 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0

[startup+0.0257709 s]
/proc/loadavg: 0.94 1.01 1.01 3/562 1862
/proc/meminfo: memFree=17285536/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=106516 CPUtime=0.01 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 1634 0 0 0 1 0 0 0 21 0 9 0 720285282 109072384 1541 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/1862/statm: 26629 1542 975 742 0 19200 0
[pid=1862/tid=1863] ppid=1860 vsize=106516 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 9 0 720285283 109072384 1542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=106516 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) R 1860 1862 933 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 9 0 720285283 109072384 1542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 0 0 0 -1 1 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=106516 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 720285283 109072384 1542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=106516 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720285283 109072384 1542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=106516 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720285283 109072384 1543 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=106516 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720285283 109072384 1543 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=106516 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720285283 109072384 1543 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=106516 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 9 0 720285283 109072384 1543 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 106516

[startup+0.100742 s]
/proc/loadavg: 0.94 1.01 1.01 3/562 1862
/proc/meminfo: memFree=17285536/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=108348 CPUtime=0.09 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 2102 0 0 0 9 0 0 0 18 0 9 0 720285282 110948352 2009 33554432000 4194304 7232020 140735351893088 18446744073709551615 1084871631 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/1862/statm: 27087 2009 976 742 0 19658 0
[pid=1862/tid=1863] ppid=1860 vsize=108348 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 9 0 720285283 110948352 2009 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=108348 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720285283 110948352 2009 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=108348 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720285283 110948352 2009 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=108348 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720285283 110948352 2009 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=108348 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 9 0 720285283 110948352 2011 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=108348 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720285283 110948352 2014 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=108348 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720285283 110948352 2017 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=108348 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 9 0 720285283 110948352 2018 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108348

[startup+0.300653 s]
/proc/loadavg: 0.94 1.01 1.01 3/562 1862
/proc/meminfo: memFree=17285536/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=114076 CPUtime=0.32 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 3177 0 0 0 30 2 0 0 18 0 9 0 720285282 116813824 3084 33554432000 4194304 7232020 140735351893088 18446744073709551615 1084859747 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/1862/statm: 28519 3084 976 742 0 21090 0
[pid=1862/tid=1863] ppid=1860 vsize=114076 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720285283 116813824 3084 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=114076 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285283 116813824 3084 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=114076 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720285283 116813824 3084 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=114076 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720285283 116813824 3084 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=114076 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720285283 116813824 3084 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=114076 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285283 116813824 3084 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=114076 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285283 116813824 3084 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=114076 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 9 0 720285283 116813824 3084 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 114076

[startup+0.700652 s]
/proc/loadavg: 0.94 1.01 1.01 3/562 1862
/proc/meminfo: memFree=17285536/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=151168 CPUtime=0.75 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 11085 0 0 0 72 3 0 0 18 0 9 0 720285282 154796032 10991 33554432000 4194304 7232020 140735351893088 18446744073709551615 1106104430 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/1862/statm: 37792 10991 1024 742 0 30363 0
[pid=1862/tid=1863] ppid=1860 vsize=151168 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 720285283 154796032 10991 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=151168 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285283 154796032 10991 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=151168 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720285283 154796032 10991 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=151168 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720285283 154796032 10991 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=151168 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285283 154796032 10991 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=151168 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720285283 154796032 10991 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=151168 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720285283 154796032 10991 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=151168 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720285283 154796032 10991 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 151168

[startup+1.50051 s]
/proc/loadavg: 0.94 1.01 1.01 3/571 1871
/proc/meminfo: memFree=17204128/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=151296 CPUtime=1.59 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 11378 0 0 0 156 3 0 0 18 0 9 0 720285282 154927104 11028 33554432000 4194304 7232020 140735351893088 18446744073709551615 1106105020 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/1862/statm: 37824 11028 1024 742 0 30395 0
[pid=1862/tid=1863] ppid=1860 vsize=151296 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 720285283 154927104 11028 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=151296 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720285283 154927104 11028 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=151296 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720285283 154927104 11028 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=151296 CPUtime=0.02 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720285283 154927104 11028 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=151296 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720285283 154927104 11028 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=151296 CPUtime=0.03 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 720285283 154927104 11028 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=151296 CPUtime=0.01 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720285283 154927104 11028 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=151296 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720285283 154927104 11028 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 151296

[startup+3.10112 s]
/proc/loadavg: 0.94 1.01 1.01 3/571 1871
/proc/meminfo: memFree=17199312/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=151296 CPUtime=3.28 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 12193 0 0 0 325 3 0 0 18 0 9 0 720285282 154927104 11843 33554432000 4194304 7232020 140735351893088 18446744073709551615 1106104437 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/1862/statm: 37824 11843 1024 742 0 30395 0
[pid=1862/tid=1863] ppid=1860 vsize=151296 CPUtime=0.03 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720285283 154927104 11843 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=151296 CPUtime=0.03 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 720285283 154927104 11843 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=151296 CPUtime=0.03 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720285283 154927104 11843 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=151296 CPUtime=0.04 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 720285283 154927104 11843 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=151296 CPUtime=0.02 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720285283 154927104 11843 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=151296 CPUtime=0.04 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 720285283 154927104 11843 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=151296 CPUtime=0.03 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 720285283 154927104 11843 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=151296 CPUtime=0 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720285283 154927104 11843 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 151296

[startup+6.30051 s]
/proc/loadavg: 1.03 1.03 1.02 3/571 1871
/proc/meminfo: memFree=17187540/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=151360 CPUtime=6.66 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 13185 0 0 0 661 5 0 0 18 0 9 0 720285282 154992640 12835 33554432000 4194304 7232020 140735351893088 18446744073709551615 1106104437 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/1862/statm: 37840 12835 1025 742 0 30411 0

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

/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 986 7 0 0 16 0 9 0 720285283 698605568 135425 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=682232 CPUtime=9.58 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 951 7 0 0 16 0 9 0 720285283 698605568 135425 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=682232 CPUtime=10.41 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1034 7 0 0 15 0 9 0 720285283 698605568 135425 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=682232 CPUtime=9.87 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 981 6 0 0 15 0 9 0 720285283 698605568 135425 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=682232 CPUtime=0.08 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 1 7 0 0 15 0 9 0 720285283 698605568 135425 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4714.4
Current children cumulated vsize (KiB) 682232

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.02 3/571 2021
/proc/meminfo: memFree=15596408/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=682232 CPUtime=4774.66 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 488187 0 0 0 477295 171 0 0 25 0 9 0 720285282 698605568 135542 33554432000 4194304 7232020 140735351893088 18446744073709551615 1106104660 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/1862/statm: 170558 135542 1036 742 0 163129 0
[pid=1862/tid=1863] ppid=1860 vsize=682232 CPUtime=9.6 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 954 6 0 0 16 0 9 0 720285283 698605568 135542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=682232 CPUtime=9.73 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 966 7 0 0 16 0 9 0 720285283 698605568 135542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=682232 CPUtime=9.96 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 989 7 0 0 16 0 9 0 720285283 698605568 135542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=682232 CPUtime=9.97 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 990 7 0 0 15 0 9 0 720285283 698605568 135542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=682232 CPUtime=9.62 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 955 7 0 0 16 0 9 0 720285283 698605568 135542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=682232 CPUtime=10.45 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1038 7 0 0 16 0 9 0 720285283 698605568 135542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=682232 CPUtime=9.89 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 983 6 0 0 15 0 9 0 720285283 698605568 135542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=682232 CPUtime=0.08 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 1 7 0 0 15 0 9 0 720285283 698605568 135542 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4774.66
Current children cumulated vsize (KiB) 682232

[startup+4782.3 s]
/proc/loadavg: 2.29 2.09 2.03 3/571 2023
/proc/meminfo: memFree=15626404/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=682232 CPUtime=4834.87 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 488256 0 0 0 483316 171 0 0 25 0 9 0 720285282 698605568 123817 33554432000 4194304 7232020 140735351893088 18446744073709551615 1106104541 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/1862/statm: 170558 123817 1036 742 0 163129 0
[pid=1862/tid=1863] ppid=1860 vsize=682232 CPUtime=9.62 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 956 6 0 0 15 0 9 0 720285283 698605568 123817 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=682232 CPUtime=9.76 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 969 7 0 0 15 0 9 0 720285283 698605568 123817 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=682232 CPUtime=10.04 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 997 7 0 0 16 0 9 0 720285283 698605568 123817 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=682232 CPUtime=10.02 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 994 8 0 0 16 0 9 0 720285283 698605568 123817 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=682232 CPUtime=9.67 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 960 7 0 0 16 0 9 0 720285283 698605568 123817 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=682232 CPUtime=10.48 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1041 7 0 0 16 0 9 0 720285283 698605568 123817 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=682232 CPUtime=9.94 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 988 6 0 0 16 0 9 0 720285283 698605568 123817 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=682232 CPUtime=0.08 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 1 7 0 0 15 0 9 0 720285283 698605568 123817 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4834.87
Current children cumulated vsize (KiB) 682232

[startup+4842.3 s]
/proc/loadavg: 2.24 2.10 2.04 3/571 2024
/proc/meminfo: memFree=15559800/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=682232 CPUtime=4895.33 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 499587 0 0 0 489361 172 0 0 21 0 9 0 720285282 698605568 135148 33554432000 4194304 7232020 140735351893088 18446744073709551615 1106104430 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/1862/statm: 170558 135148 1036 742 0 163129 0
[pid=1862/tid=1863] ppid=1860 vsize=682232 CPUtime=9.7 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 964 6 0 0 15 0 9 0 720285283 698605568 135148 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=682232 CPUtime=9.82 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 975 7 0 0 15 0 9 0 720285283 698605568 135148 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=682232 CPUtime=10.15 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1008 7 0 0 16 0 9 0 720285283 698605568 135148 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=682232 CPUtime=10.1 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1002 8 0 0 16 0 9 0 720285283 698605568 135148 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=682232 CPUtime=9.76 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 969 7 0 0 15 0 9 0 720285283 698605568 135148 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=682232 CPUtime=10.57 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1050 7 0 0 16 0 9 0 720285283 698605568 135148 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=682232 CPUtime=10.06 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1000 6 0 0 16 0 9 0 720285283 698605568 135148 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=682232 CPUtime=0.08 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 1 7 0 0 15 0 9 0 720285283 698605568 135148 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4895.33
Current children cumulated vsize (KiB) 682232

[startup+4902.3 s]
/proc/loadavg: 2.09 2.08 2.03 3/571 2026
/proc/meminfo: memFree=15547396/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=682232 CPUtime=4955.46 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 500345 0 0 0 495374 172 0 0 25 0 9 0 720285282 698605568 135906 33554432000 4194304 7232020 140735351893088 18446744073709551615 1106104657 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/1862/statm: 170558 135906 1036 742 0 163129 0
[pid=1862/tid=1863] ppid=1860 vsize=682232 CPUtime=9.75 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 969 6 0 0 16 0 9 0 720285283 698605568 135906 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=682232 CPUtime=9.87 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 980 7 0 0 16 0 9 0 720285283 698605568 135906 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=682232 CPUtime=10.19 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1012 7 0 0 16 0 9 0 720285283 698605568 135906 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=682232 CPUtime=10.13 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1005 8 0 0 15 0 9 0 720285283 698605568 135906 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=682232 CPUtime=9.78 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 971 7 0 0 15 0 9 0 720285283 698605568 135906 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=682232 CPUtime=10.58 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1051 7 0 0 15 0 9 0 720285283 698605568 135906 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=682232 CPUtime=10.07 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1001 6 0 0 16 0 9 0 720285283 698605568 135906 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=682232 CPUtime=0.08 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 1 7 0 0 15 0 9 0 720285283 698605568 135906 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4955.46
Current children cumulated vsize (KiB) 682232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4946.72 s]
/proc/loadavg: 2.16 2.11 2.05 3/571 2027
/proc/meminfo: memFree=15537100/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=682232 CPUtime=5000.03 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 500345 0 0 0 499831 172 0 0 25 0 9 0 720285282 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 1106103689 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/1862/statm: 170558 134293 1036 742 0 163129 0
[pid=1862/tid=1863] ppid=1860 vsize=682232 CPUtime=9.78 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 972 6 0 0 15 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=682232 CPUtime=9.92 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 985 7 0 0 16 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=682232 CPUtime=10.22 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1015 7 0 0 16 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=682232 CPUtime=10.13 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1005 8 0 0 16 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=682232 CPUtime=9.83 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 976 7 0 0 16 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=682232 CPUtime=10.62 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1055 7 0 0 16 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=682232 CPUtime=10.09 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1003 6 0 0 15 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=682232 CPUtime=0.08 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 1 7 0 0 15 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 682232

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

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

[startup+4946.72 s]
/proc/loadavg: 2.16 2.11 2.05 3/571 2027
/proc/meminfo: memFree=15537100/32950928 swapFree=67056576/67111528
[pid=1862] ppid=1860 vsize=682232 CPUtime=5000.03 cores=1,3,5,7
/proc/1862/stat : 1862 (mono) R 1860 1862 933 0 -1 4202496 500345 0 0 0 499831 172 0 0 25 0 9 0 720285282 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 1106103689 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/1862/statm: 170558 134293 1036 742 0 163129 0
[pid=1862/tid=1863] ppid=1860 vsize=682232 CPUtime=9.78 cores=1,3,5,7
/proc/1862/task/1863/stat : 1863 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 972 6 0 0 15 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1864] ppid=1860 vsize=682232 CPUtime=9.92 cores=1,3,5,7
/proc/1862/task/1864/stat : 1864 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 985 7 0 0 16 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1865] ppid=1860 vsize=682232 CPUtime=10.22 cores=1,3,5,7
/proc/1862/task/1865/stat : 1865 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1015 7 0 0 16 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1866] ppid=1860 vsize=682232 CPUtime=10.13 cores=1,3,5,7
/proc/1862/task/1866/stat : 1866 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1005 8 0 0 16 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1867] ppid=1860 vsize=682232 CPUtime=9.83 cores=1,3,5,7
/proc/1862/task/1867/stat : 1867 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 976 7 0 0 16 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 7 0 0 0
[pid=1862/tid=1868] ppid=1860 vsize=682232 CPUtime=10.62 cores=1,3,5,7
/proc/1862/task/1868/stat : 1868 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1055 7 0 0 16 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 5 0 0 0
[pid=1862/tid=1869] ppid=1860 vsize=682232 CPUtime=10.09 cores=1,3,5,7
/proc/1862/task/1869/stat : 1869 (mono) S 1860 1862 933 0 -1 4202560 2 0 0 0 1003 6 0 0 15 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488510873 0 0 4096 545260780 18446604456560763840 0 0 -1 1 0 0 0
[pid=1862/tid=1870] ppid=1860 vsize=682232 CPUtime=0.08 cores=1,3,5,7
/proc/1862/task/1870/stat : 1870 (mono) S 1860 1862 933 0 -1 4202560 3 0 0 0 1 7 0 0 15 0 9 0 720285283 698605568 134293 33554432000 4194304 7232020 140735351893088 18446744073709551615 239488518577 0 0 4096 545260780 18446604456560763840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 682232

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4946.77
CPU time (s): 5000.09
CPU user time (s): 4998.34
CPU system time (s): 1.74873
CPU usage (%): 101.078
Max. virtual memory (cumulated for all children) (KiB): 682232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.34
system time used= 1.74873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 500345
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= 138050
involuntary context switches= 43010

runsolver used 26.059 second user time and 64.0063 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-22 19:54:42
IDJOB=3394737
IDBENCH=84004
IDSOLVER=1880
FILE ID=node148/3394737-1306086882
RUNJOBID= node148-1306086882-1835
PBS_JOBID= 13387855
Free space on /tmp= 73156 MiB

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

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

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=49682674

node148.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.83
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17285568 kB
Buffers:        375808 kB
Cached:        8080228 kB
SwapCached:       8480 kB
Active:        9663960 kB
Inactive:      5624360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17285568 kB
SwapTotal:    67111528 kB
SwapFree:     67056576 kB
Dirty:            2736 kB
Writeback:           0 kB
AnonPages:     6830096 kB
Mapped:          46516 kB
Slab:           248656 kB
PageTables:      57260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170458316 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= 73156 MiB
End job on node148 at 2011-05-22 21:17:11