Trace number 3394923

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.13 4960.83

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_110.shuffled.cnf
MD5SUM34f8b747bfe8e7b589b8832e56ae8363
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.019996
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses1892
Sum of the clauses size9308
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33
Number of clauses of size 4146
Number of clauses of size 51743
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-3394923-1306089990/watcher-3394923-1306089990 -o /tmp/evaluation-result-3394923-1306089990/solver-3394923-1306089990 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394923-1306089990.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: 2.57 2.20 2.09 2/444 14731
/proc/meminfo: memFree=7914976/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=105640 CPUtime=0 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 1314 0 0 0 0 0 0 0 25 0 9 0 720596897 108175360 1222 33554432000 4194304 7232020 140735683698288 18446744073709551615 5672143 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/14731/statm: 26410 1222 871 742 0 18981 0
[pid=14731/tid=14732] ppid=14729 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 720596897 108199936 1300 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720596897 108199936 1300 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720596897 108199936 1300 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720596897 108199936 1300 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720596897 108199936 1300 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 720596897 108199936 1301 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 720596897 108199936 1301 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 720596898 108199936 1303 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0

[startup+0.0499519 s]
/proc/loadavg: 2.57 2.20 2.09 2/444 14731
/proc/meminfo: memFree=7914976/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=108468 CPUtime=0.04 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 2057 0 0 0 4 0 0 0 18 0 9 0 720596897 111071232 1961 33554432000 4194304 7232020 140735683698288 18446744073709551615 4622954 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/14731/statm: 27117 1961 999 742 0 19688 0
[pid=14731/tid=14732] ppid=14729 vsize=108468 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 9 0 720596897 111071232 1961 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=108468 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720596897 111071232 1961 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=108468 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720596897 111071232 1961 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=108468 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720596897 111071232 1961 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=108468 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720596897 111071232 1961 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=108468 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720596897 111071232 1961 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=108468 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720596897 111071232 1961 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=108468 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 720596898 111071232 1961 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 108468

[startup+0.100895 s]
/proc/loadavg: 2.57 2.20 2.09 2/444 14731
/proc/meminfo: memFree=7914976/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=109376 CPUtime=0.09 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 2300 0 0 0 9 0 0 0 18 0 9 0 720596897 112001024 2204 33554432000 4194304 7232020 140735683698288 18446744073709551615 1100004774 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/14731/statm: 27344 2204 1024 742 0 19915 0
[pid=14731/tid=14732] ppid=14729 vsize=109376 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 9 0 720596897 112001024 2204 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=109376 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720596897 112001024 2204 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=109376 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720596897 112001024 2204 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=109376 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720596897 112001024 2204 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=109376 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720596897 112001024 2204 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=109376 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720596897 112001024 2204 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=109376 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720596897 112001024 2204 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=109376 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 720596898 112001024 2204 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 109376

[startup+0.300858 s]
/proc/loadavg: 2.57 2.20 2.09 2/444 14731
/proc/meminfo: memFree=7914976/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=110532 CPUtime=0.29 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 2499 0 0 0 29 0 0 0 18 0 9 0 720596897 113184768 2403 33554432000 4194304 7232020 140735683698288 18446744073709551615 1100005493 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/14731/statm: 27633 2403 1024 742 0 20204 0
[pid=14731/tid=14732] ppid=14729 vsize=110532 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 720596897 113184768 2403 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=110532 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 720596897 113184768 2403 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=110532 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720596897 113184768 2403 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=110532 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 113184768 2403 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=110532 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 113184768 2403 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=110532 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 113184768 2403 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=110532 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 113184768 2403 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=110532 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 0 0 0 0 23 0 9 0 720596898 113184768 2403 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 110532

[startup+0.700831 s]
/proc/loadavg: 2.57 2.20 2.09 2/444 14731
/proc/meminfo: memFree=7914976/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=111988 CPUtime=0.69 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 2938 0 0 0 69 0 0 0 18 0 9 0 720596897 114675712 2842 33554432000 4194304 7232020 140735683698288 18446744073709551615 1100005819 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/14731/statm: 27997 2842 1024 742 0 20568 0
[pid=14731/tid=14732] ppid=14729 vsize=111988 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 720596897 114675712 2842 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=111988 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 114675712 2842 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=111988 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 114675712 2842 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=111988 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 114675712 2842 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=111988 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720596897 114675712 2842 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=111988 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 114675712 2842 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=111988 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720596897 114675712 2842 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=111988 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 9 0 720596898 114675712 2842 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 111988

[startup+1.50064 s]
/proc/loadavg: 2.57 2.20 2.09 3/453 14740
/proc/meminfo: memFree=7905736/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=113996 CPUtime=1.51 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 3523 0 0 0 150 1 0 0 18 0 9 0 720596897 116731904 3402 33554432000 4194304 7232020 140735683698288 18446744073709551615 1100004806 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/14731/statm: 28499 3402 1024 742 0 21070 0
[pid=14731/tid=14732] ppid=14729 vsize=113996 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 720596897 116731904 3402 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=113996 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 116731904 3402 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=113996 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 116731904 3402 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=113996 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 116731904 3402 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=113996 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 116731904 3402 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=113996 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 116731904 3402 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=113996 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 116731904 3402 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=113996 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720596898 116731904 3402 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 113996

[startup+3.10039 s]
/proc/loadavg: 2.69 2.23 2.10 3/453 14740
/proc/meminfo: memFree=7901664/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=116660 CPUtime=3.13 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 4530 0 0 0 312 1 0 0 18 0 9 0 720596897 119459840 4022 33554432000 4194304 7232020 140735683698288 18446744073709551615 5705678 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/14731/statm: 29165 4022 1024 742 0 21736 0
[pid=14731/tid=14732] ppid=14729 vsize=116660 CPUtime=0.01 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 720596897 119459840 4022 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=116660 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720596897 119459840 4022 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=116660 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720596897 119459840 4022 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=116660 CPUtime=0.01 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720596897 119459840 4022 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=116660 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 119459840 4022 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=116660 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720596897 119459840 4022 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=116660 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720596897 119459840 4022 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=116660 CPUtime=0 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720596898 119459840 4022 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 116660

[startup+6.30075 s]
/proc/loadavg: 2.69 2.23 2.10 3/453 14740
/proc/meminfo: memFree=7895396/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=120180 CPUtime=6.42 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 6020 0 0 0 639 3 0 0 18 0 9 0 720596897 123064320 4780 33554432000 4194304 7232020 140735683698288 18446744073709551615 1100005493 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/14731/statm: 30045 4780 1024 742 0 22616 0

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

/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 693 8 0 0 16 0 9 0 720596897 415965184 61301 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=406216 CPUtime=6.67 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 659 8 0 0 15 0 9 0 720596897 415965184 61301 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=406216 CPUtime=7.06 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 699 7 0 0 16 0 9 0 720596897 415965184 61301 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=406216 CPUtime=6.68 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 661 7 0 0 16 0 9 0 720596897 415965184 61301 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=406216 CPUtime=0.06 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 1 5 0 0 15 0 9 0 720596898 415965184 61301 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4638.66
Current children cumulated vsize (KiB) 406216

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.01 2/439 14902
/proc/meminfo: memFree=7720464/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=406216 CPUtime=4699.14 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 240707 0 0 0 469781 133 0 0 25 0 9 0 720596897 415965184 60968 33554432000 4194304 7232020 140735683698288 18446744073709551615 1100005486 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/14731/statm: 101554 60968 1036 742 0 94125 0
[pid=14731/tid=14732] ppid=14729 vsize=406216 CPUtime=7.13 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 706 7 0 0 16 0 9 0 720596897 415965184 60968 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=406216 CPUtime=6.8 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 673 7 0 0 16 0 9 0 720596897 415965184 60968 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=406216 CPUtime=6.85 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 679 6 0 0 16 0 9 0 720596897 415965184 60968 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=406216 CPUtime=7.09 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 701 8 0 0 16 0 9 0 720596897 415965184 60968 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=406216 CPUtime=6.77 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 669 8 0 0 16 0 9 0 720596897 415965184 60968 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=406216 CPUtime=7.13 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 706 7 0 0 16 0 9 0 720596897 415965184 60968 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=406216 CPUtime=6.76 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 669 7 0 0 15 0 9 0 720596897 415965184 60968 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=406216 CPUtime=0.06 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 1 5 0 0 15 0 9 0 720596898 415965184 60968 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4699.14
Current children cumulated vsize (KiB) 406216

[startup+4722.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/439 14907
/proc/meminfo: memFree=7712508/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=406216 CPUtime=4759.68 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 245482 0 0 0 475834 134 0 0 20 0 9 0 720596897 415965184 62694 33554432000 4194304 7232020 140735683698288 18446744073709551615 1100005493 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/14731/statm: 101554 62694 1036 742 0 94125 0
[pid=14731/tid=14732] ppid=14729 vsize=406216 CPUtime=7.21 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 714 7 0 0 16 0 9 0 720596897 415965184 62694 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=406216 CPUtime=6.89 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 682 7 0 0 15 0 9 0 720596897 415965184 62694 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=406216 CPUtime=6.98 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 692 6 0 0 16 0 9 0 720596897 415965184 62694 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=406216 CPUtime=7.19 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 711 8 0 0 16 0 9 0 720596897 415965184 62694 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=406216 CPUtime=6.87 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 679 8 0 0 16 0 9 0 720596897 415965184 62694 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=406216 CPUtime=7.24 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 717 7 0 0 16 0 9 0 720596897 415965184 62694 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=406216 CPUtime=6.84 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 677 7 0 0 15 0 9 0 720596897 415965184 62694 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=406216 CPUtime=0.06 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 1 5 0 0 15 0 9 0 720596898 415965184 62694 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4759.68
Current children cumulated vsize (KiB) 406216

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/439 14908
/proc/meminfo: memFree=7715844/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=406216 CPUtime=4820.34 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 248920 0 0 0 481898 136 0 0 22 0 9 0 720596897 415965184 61837 33554432000 4194304 7232020 140735683698288 18446744073709551615 1100005493 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/14731/statm: 101554 61837 1036 742 0 94125 0
[pid=14731/tid=14732] ppid=14729 vsize=406216 CPUtime=7.32 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 725 7 0 0 16 0 9 0 720596897 415965184 61837 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=406216 CPUtime=6.98 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 691 7 0 0 15 0 9 0 720596897 415965184 61837 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=406216 CPUtime=7.14 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 708 6 0 0 16 0 9 0 720596897 415965184 61837 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=406216 CPUtime=7.33 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 725 8 0 0 16 0 9 0 720596897 415965184 61837 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=406216 CPUtime=7 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 691 9 0 0 16 0 9 0 720596897 415965184 61837 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=406216 CPUtime=7.37 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 730 7 0 0 16 0 9 0 720596897 415965184 61837 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=406216 CPUtime=6.98 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 691 7 0 0 16 0 9 0 720596897 415965184 61837 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=406216 CPUtime=0.06 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 1 5 0 0 15 0 9 0 720596898 415965184 61837 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4820.34
Current children cumulated vsize (KiB) 406216

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/439 14910
/proc/meminfo: memFree=7708268/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=406216 CPUtime=4880.96 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 252773 0 0 0 487959 137 0 0 19 0 9 0 720596897 415965184 63858 33554432000 4194304 7232020 140735683698288 18446744073709551615 1100005493 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/14731/statm: 101554 63858 1036 742 0 94125 0
[pid=14731/tid=14732] ppid=14729 vsize=406216 CPUtime=7.46 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 739 7 0 0 15 0 9 0 720596897 415965184 63858 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=406216 CPUtime=7.12 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 705 7 0 0 16 0 9 0 720596897 415965184 63858 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=406216 CPUtime=7.27 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 721 6 0 0 16 0 9 0 720596897 415965184 63858 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=406216 CPUtime=7.42 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 734 8 0 0 15 0 9 0 720596897 415965184 63858 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=406216 CPUtime=7.11 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 702 9 0 0 16 0 9 0 720596897 415965184 63858 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=406216 CPUtime=7.47 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 740 7 0 0 16 0 9 0 720596897 415965184 63858 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=406216 CPUtime=7.08 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 701 7 0 0 16 0 9 0 720596897 415965184 63858 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=406216 CPUtime=0.06 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 1 5 0 0 15 0 9 0 720596898 415965184 63858 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4880.96
Current children cumulated vsize (KiB) 406216

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/439 14912
/proc/meminfo: memFree=7704792/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=406216 CPUtime=4941.39 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 255124 0 0 0 494000 139 0 0 25 0 9 0 720596897 415965184 64808 33554432000 4194304 7232020 140735683698288 18446744073709551615 1100004745 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/14731/statm: 101554 64808 1036 742 0 94125 0
[pid=14731/tid=14732] ppid=14729 vsize=406216 CPUtime=7.52 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 745 7 0 0 16 0 9 0 720596897 415965184 64808 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=406216 CPUtime=7.19 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 712 7 0 0 16 0 9 0 720596897 415965184 64808 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=406216 CPUtime=7.36 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 730 6 0 0 15 0 9 0 720596897 415965184 64808 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=406216 CPUtime=7.54 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 746 8 0 0 15 0 9 0 720596897 415965184 64808 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=406216 CPUtime=7.17 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 708 9 0 0 16 0 9 0 720596897 415965184 64808 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=406216 CPUtime=7.54 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 747 7 0 0 16 0 9 0 720596897 415965184 64808 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=406216 CPUtime=7.15 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 708 7 0 0 15 0 9 0 720596897 415965184 64808 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=406216 CPUtime=0.06 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 1 5 0 0 15 0 9 0 720596898 415965184 64808 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4941.39
Current children cumulated vsize (KiB) 406216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4960.8 s]
/proc/loadavg: 1.12 1.03 1.01 2/439 14913
/proc/meminfo: memFree=7707124/32951124 swapFree=63308224/67111528
[pid=14731] ppid=14729 vsize=406216 CPUtime=5000.1 cores=1,3,5,7
/proc/14731/stat : 14731 (mono) R 14729 14731 13557 0 -1 4202496 255719 0 0 0 499871 139 0 0 20 0 9 0 720596897 415965184 64148 33554432000 4194304 7232020 140735683698288 18446744073709551615 1100005486 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/14731/statm: 101554 64148 1036 742 0 94125 0
[pid=14731/tid=14732] ppid=14729 vsize=406216 CPUtime=7.58 cores=1,3,5,7
/proc/14731/task/14732/stat : 14732 (mono) S 14729 14731 13557 0 -1 4202560 4 0 0 0 750 8 0 0 15 0 9 0 720596897 415965184 64148 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14733] ppid=14729 vsize=406216 CPUtime=7.22 cores=1,3,5,7
/proc/14731/task/14733/stat : 14733 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 715 7 0 0 15 0 9 0 720596897 415965184 64148 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14734] ppid=14729 vsize=406216 CPUtime=7.38 cores=1,3,5,7
/proc/14731/task/14734/stat : 14734 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 732 6 0 0 16 0 9 0 720596897 415965184 64148 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
[pid=14731/tid=14735] ppid=14729 vsize=406216 CPUtime=7.59 cores=1,3,5,7
/proc/14731/task/14735/stat : 14735 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 751 8 0 0 16 0 9 0 720596897 415965184 64148 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 5 0 0 0
[pid=14731/tid=14736] ppid=14729 vsize=406216 CPUtime=7.23 cores=1,3,5,7
/proc/14731/task/14736/stat : 14736 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 714 9 0 0 16 0 9 0 720596897 415965184 64148 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 3 0 0 0
[pid=14731/tid=14737] ppid=14729 vsize=406216 CPUtime=7.58 cores=1,3,5,7
/proc/14731/task/14737/stat : 14737 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 751 7 0 0 15 0 9 0 720596897 415965184 64148 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14738] ppid=14729 vsize=406216 CPUtime=7.19 cores=1,3,5,7
/proc/14731/task/14738/stat : 14738 (mono) S 14729 14731 13557 0 -1 4202560 2 0 0 0 712 7 0 0 16 0 9 0 720596897 415965184 64148 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389117337 0 0 4096 545260780 18446604457696457984 0 0 -1 7 0 0 0
[pid=14731/tid=14739] ppid=14729 vsize=406216 CPUtime=0.06 cores=1,3,5,7
/proc/14731/task/14739/stat : 14739 (mono) S 14729 14731 13557 0 -1 4202560 3 0 0 0 1 5 0 0 15 0 9 0 720596898 415965184 64148 33554432000 4194304 7232020 140735683698288 18446744073709551615 255389125041 0 0 4096 545260780 18446604457696457984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 406216

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): 4960.83
CPU time (s): 5000.13
CPU user time (s): 4998.72
CPU system time (s): 1.40879
CPU usage (%): 100.792
Max. virtual memory (cumulated for all children) (KiB): 406216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.72
system time used= 1.40878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255719
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= 181386
involuntary context switches= 42603

runsolver used 19.927 second user time and 52.2441 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-22 20:46:30
IDJOB=3394923
IDBENCH=87455
IDSOLVER=1880
FILE ID=node135/3394923-1306089990
RUNJOBID= node135-1306084963-14381
PBS_JOBID= 13387868
Free space on /tmp= 73360 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_4300_4300_110.shuffled.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394923-1306089990/watcher-3394923-1306089990 -o /tmp/evaluation-result-3394923-1306089990/solver-3394923-1306089990 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394923-1306089990.cnf

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

MD5SUM BENCH= 34f8b747bfe8e7b589b8832e56ae8363
RANDOM SEED=1012431276

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7915116 kB
Buffers:        350656 kB
Cached:       10707324 kB
SwapCached:      18108 kB
Active:       13775372 kB
Inactive:     10964392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7915116 kB
SwapTotal:    67111528 kB
SwapFree:     63308224 kB
Dirty:              52 kB
Writeback:           0 kB
AnonPages:    13668316 kB
Mapped:          29208 kB
Slab:           165996 kB
PageTables:      65928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124515940 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73360 MiB
End job on node135 at 2011-05-22 22:09:13