Trace number 3394629

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-04UNSAT 442.285 437.541

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
MD5SUMf20ed0313cfa494f86b5c8ef723973ee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.165
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses5251
Sum of the clauses size22611
Maximum clause length12
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 34489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5762

Solver Data

442.24/437.52	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.02 2/543 15667
/proc/meminfo: memFree=18503804/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=103260 CPUtime=0 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 1185 0 0 0 0 0 0 0 25 0 8 0 720116013 105738240 1092 33554432000 4194304 7232020 140733283598176 18446744073709551615 5667152 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 25815 1092 803 742 0 18386 0
[pid=15667/tid=15668] ppid=15665 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 720116013 108339200 1379 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720116013 108339200 1379 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720116013 108339200 1379 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720116013 108339200 1379 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720116013 108339200 1379 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720116013 108339200 1379 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 720116013 108339200 1379 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 720116014 108339200 1379 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0

[startup+0.119983 s]
/proc/loadavg: 2.02 2.04 2.02 2/543 15667
/proc/meminfo: memFree=18503804/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=112264 CPUtime=0.11 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 2915 0 0 0 11 0 0 0 18 0 9 0 720116013 114958336 2817 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089340715 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 28066 2817 1023 742 0 20637 0
[pid=15667/tid=15668] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 9 0 720116013 114958336 2817 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 720116013 114958336 2817 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720116013 114958336 2817 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720116013 114958336 2817 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720116013 114958336 2817 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720116013 114958336 2817 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 720116013 114958336 2817 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 9 0 720116014 114958336 2817 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 112264

[startup+0.200922 s]
/proc/loadavg: 2.02 2.04 2.02 2/543 15667
/proc/meminfo: memFree=18503804/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=112264 CPUtime=0.19 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 2918 0 0 0 19 0 0 0 18 0 9 0 720116013 114958336 2820 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089335351 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 28066 2820 1023 742 0 20637 0
[pid=15667/tid=15668] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 720116013 114958336 2820 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 720116013 114958336 2820 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720116013 114958336 2820 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720116013 114958336 2820 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720116013 114958336 2820 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720116013 114958336 2820 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720116013 114958336 2820 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 9 0 720116014 114958336 2820 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 112264

[startup+0.300914 s]
/proc/loadavg: 2.02 2.04 2.02 2/543 15667
/proc/meminfo: memFree=18503804/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=112264 CPUtime=0.29 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 2973 0 0 0 29 0 0 0 18 0 9 0 720116013 114958336 2863 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 28066 2863 1023 742 0 20637 0
[pid=15667/tid=15668] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 720116013 114958336 2863 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) R 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 720116013 114958336 2863 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256174452 0 0 4096 545260780 0 0 0 -1 6 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 114958336 2863 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720116013 114958336 2863 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 114958336 2863 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 114958336 2863 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 114958336 2863 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=112264 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) R 15665 15667 14915 0 -1 4194368 3 0 0 0 0 0 0 0 23 0 9 0 720116014 114958336 2863 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172911 0 2147204825 4096 545260780 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 112264

[startup+0.700853 s]
/proc/loadavg: 2.02 2.04 2.02 2/543 15667
/proc/meminfo: memFree=18503804/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=112328 CPUtime=0.69 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 3184 0 0 0 69 0 0 0 18 0 9 0 720116013 115023872 3074 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089336395 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 28082 3074 1023 742 0 20653 0
[pid=15667/tid=15668] ppid=15665 vsize=112328 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 720116013 115023872 3074 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=112328 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 720116013 115023872 3074 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=112328 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 115023872 3074 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=112328 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720116013 115023872 3074 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=112328 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 115023872 3074 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=112328 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 115023872 3074 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=112328 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720116013 115023872 3074 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=112328 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 9 0 720116014 115023872 3074 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112328

[startup+1.50077 s]
/proc/loadavg: 2.02 2.04 2.02 3/552 15676
/proc/meminfo: memFree=18492704/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=117144 CPUtime=1.51 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 3854 0 0 0 151 0 0 0 18 0 9 0 720116013 119955456 3744 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089336606 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 29286 3744 1023 742 0 21857 0
[pid=15667/tid=15668] ppid=15665 vsize=117144 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 720116013 119955456 3744 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=117144 CPUtime=0.01 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720116013 119955456 3744 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=117144 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 119955456 3744 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=117144 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720116013 119955456 3744 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=117144 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 119955456 3744 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=117144 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720116013 119955456 3744 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=117144 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 119955456 3744 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=117144 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720116014 119955456 3744 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 117144

[startup+3.10047 s]
/proc/loadavg: 2.02 2.04 2.02 3/552 15676
/proc/meminfo: memFree=18489604/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=121416 CPUtime=3.13 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 4980 0 0 0 312 1 0 0 18 0 9 0 720116013 124329984 4706 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089346024 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 30354 4706 1023 742 0 22925 0
[pid=15667/tid=15668] ppid=15665 vsize=121416 CPUtime=0.01 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 720116013 124329984 4706 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=121416 CPUtime=0.01 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720116013 124329984 4706 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=121416 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 124329984 4706 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=121416 CPUtime=0.01 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720116013 124329984 4706 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=121416 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 124329984 4706 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=121416 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720116013 124329984 4706 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=121416 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720116013 124329984 4706 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=121416 CPUtime=0 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720116014 124329984 4706 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 121416

[startup+6.30088 s]
/proc/loadavg: 2.02 2.04 2.02 3/552 15676
/proc/meminfo: memFree=18484024/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=126556 CPUtime=6.37 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 6486 0 0 0 636 1 0 0 18 0 9 0 720116013 129593344 5774 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089333053 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 31639 5774 1024 742 0 24210 0

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

/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 73504 0 0 0 43326 17 0 0 19 0 9 0 720116013 283402240 43003 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089336181 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 69190 43003 1035 742 0 61761 0
[pid=15667/tid=15668] ppid=15665 vsize=276760 CPUtime=0.94 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 94 0 0 0 16 0 9 0 720116013 283402240 43003 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=276760 CPUtime=0.84 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 83 1 0 0 16 0 9 0 720116013 283402240 43003 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=276760 CPUtime=0.89 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 89 0 0 0 16 0 9 0 720116013 283402240 43003 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=276760 CPUtime=0.89 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 89 0 0 0 16 0 9 0 720116013 283402240 43003 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=276760 CPUtime=0.9 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 90 0 0 0 15 0 9 0 720116013 283402240 43003 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=276760 CPUtime=0.96 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 96 0 0 0 15 0 9 0 720116013 283402240 43003 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=276760 CPUtime=0.9 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 90 0 0 0 15 0 9 0 720116013 283402240 43003 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=276760 CPUtime=0.03 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720116014 283402240 43003 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 433.43
Current children cumulated vsize (KiB) 276760

[startup+432.001 s]
/proc/loadavg: 2.08 2.06 2.03 3/552 15688
/proc/meminfo: memFree=18321388/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=276760 CPUtime=436.66 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 73569 0 0 0 43649 17 0 0 20 0 9 0 720116013 283402240 43068 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089336181 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 69190 43068 1035 742 0 61761 0
[pid=15667/tid=15668] ppid=15665 vsize=276760 CPUtime=0.94 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 94 0 0 0 15 0 9 0 720116013 283402240 43068 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=276760 CPUtime=0.85 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 84 1 0 0 16 0 9 0 720116013 283402240 43068 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=276760 CPUtime=0.9 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 90 0 0 0 16 0 9 0 720116013 283402240 43068 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=276760 CPUtime=0.9 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 90 0 0 0 16 0 9 0 720116013 283402240 43068 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=276760 CPUtime=0.9 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 90 0 0 0 16 0 9 0 720116013 283402240 43068 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=276760 CPUtime=0.97 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 97 0 0 0 15 0 9 0 720116013 283402240 43068 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=276760 CPUtime=0.91 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 91 0 0 0 16 0 9 0 720116013 283402240 43068 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=276760 CPUtime=0.03 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720116014 283402240 43068 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 436.66
Current children cumulated vsize (KiB) 276760

[startup+435.2 s]
/proc/loadavg: 2.07 2.06 2.03 3/552 15688
/proc/meminfo: memFree=18321140/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=276760 CPUtime=439.91 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 73571 0 0 0 43974 17 0 0 18 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089336174 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 69190 43070 1035 742 0 61761 0
[pid=15667/tid=15668] ppid=15665 vsize=276760 CPUtime=0.95 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 95 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=276760 CPUtime=0.85 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 84 1 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=276760 CPUtime=0.91 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 91 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=276760 CPUtime=0.9 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 90 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=276760 CPUtime=0.91 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 91 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=276760 CPUtime=0.97 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 97 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=276760 CPUtime=0.92 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 92 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=276760 CPUtime=0.03 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720116014 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 439.91
Current children cumulated vsize (KiB) 276760

[startup+436.82 s]
/proc/loadavg: 2.07 2.06 2.03 3/552 15688
/proc/meminfo: memFree=18320268/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=276760 CPUtime=441.53 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 73571 0 0 0 44136 17 0 0 21 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089335613 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 69190 43070 1035 742 0 61761 0
[pid=15667/tid=15668] ppid=15665 vsize=276760 CPUtime=0.95 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 95 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=276760 CPUtime=0.85 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 84 1 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=276760 CPUtime=0.91 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 91 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=276760 CPUtime=0.9 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 90 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=276760 CPUtime=0.91 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 91 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=276760 CPUtime=0.97 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 97 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=276760 CPUtime=0.92 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 92 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=276760 CPUtime=0.03 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720116014 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 441.53
Current children cumulated vsize (KiB) 276760

[startup+437.201 s]
/proc/loadavg: 2.07 2.06 2.03 3/552 15688
/proc/meminfo: memFree=18320268/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=276760 CPUtime=441.94 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 73571 0 0 0 44177 17 0 0 18 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089336181 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 69190 43070 1035 742 0 61761 0
[pid=15667/tid=15668] ppid=15665 vsize=276760 CPUtime=0.96 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 96 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=276760 CPUtime=0.86 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 85 1 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=276760 CPUtime=0.92 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 92 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=276760 CPUtime=0.9 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 90 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=276760 CPUtime=0.92 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 92 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=276760 CPUtime=0.97 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 97 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=276760 CPUtime=0.92 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 92 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=276760 CPUtime=0.03 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720116014 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 441.94
Current children cumulated vsize (KiB) 276760

[startup+437.401 s]
/proc/loadavg: 2.07 2.06 2.03 3/552 15688
/proc/meminfo: memFree=18320268/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=276760 CPUtime=442.14 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 73571 0 0 0 44197 17 0 0 18 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089336174 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 69190 43070 1035 742 0 61761 0
[pid=15667/tid=15668] ppid=15665 vsize=276760 CPUtime=0.96 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 96 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=276760 CPUtime=0.86 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 85 1 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=276760 CPUtime=0.92 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 92 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=276760 CPUtime=0.9 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 90 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=276760 CPUtime=0.92 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 92 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=276760 CPUtime=0.97 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 97 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=276760 CPUtime=0.92 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 92 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=276760 CPUtime=0.03 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720116014 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 442.14
Current children cumulated vsize (KiB) 276760

[startup+437.501 s]
/proc/loadavg: 2.07 2.06 2.03 3/552 15688
/proc/meminfo: memFree=18320268/32951124 swapFree=64205420/67111528
[pid=15667] ppid=15665 vsize=276760 CPUtime=442.24 cores=0,2,4,6
/proc/15667/stat : 15667 (mono) R 15665 15667 14915 0 -1 4202496 73571 0 0 0 44207 17 0 0 18 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 1089336085 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/15667/statm: 69190 43070 1035 742 0 61761 0
[pid=15667/tid=15668] ppid=15665 vsize=276760 CPUtime=0.96 cores=0,2,4,6
/proc/15667/task/15668/stat : 15668 (mono) S 15665 15667 14915 0 -1 4202560 4 0 0 0 96 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15669] ppid=15665 vsize=276760 CPUtime=0.86 cores=0,2,4,6
/proc/15667/task/15669/stat : 15669 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 85 1 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15670] ppid=15665 vsize=276760 CPUtime=0.92 cores=0,2,4,6
/proc/15667/task/15670/stat : 15670 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 92 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 4 0 0 0
[pid=15667/tid=15671] ppid=15665 vsize=276760 CPUtime=0.9 cores=0,2,4,6
/proc/15667/task/15671/stat : 15671 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 90 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
[pid=15667/tid=15672] ppid=15665 vsize=276760 CPUtime=0.92 cores=0,2,4,6
/proc/15667/task/15672/stat : 15672 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 92 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15673] ppid=15665 vsize=276760 CPUtime=0.97 cores=0,2,4,6
/proc/15667/task/15673/stat : 15673 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 97 0 0 0 16 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 0 0 0 0
[pid=15667/tid=15674] ppid=15665 vsize=276760 CPUtime=0.92 cores=0,2,4,6
/proc/15667/task/15674/stat : 15674 (mono) S 15665 15667 14915 0 -1 4202560 2 0 0 0 92 0 0 0 15 0 9 0 720116013 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256164761 0 0 4096 545260780 18446604445746984960 0 0 -1 2 0 0 0
[pid=15667/tid=15675] ppid=15665 vsize=276760 CPUtime=0.03 cores=0,2,4,6
/proc/15667/task/15675/stat : 15675 (mono) S 15665 15667 14915 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720116014 283402240 43070 33554432000 4194304 7232020 140733283598176 18446744073709551615 228256172465 0 0 4096 545260780 18446604445746984960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 442.24
Current children cumulated vsize (KiB) 276760

Child status: 0
Real time (s): 437.541
CPU time (s): 442.285
CPU user time (s): 442.103
CPU system time (s): 0.181972
CPU usage (%): 101.084
Max. virtual memory (cumulated for all children) (KiB): 276760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 442.103
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73664
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= 38326
involuntary context switches= 8459

runsolver used 2.53361 second user time and 5.36918 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-22 19:26:20
IDJOB=3394629
IDBENCH=83361
IDSOLVER=1880
FILE ID=node136/3394629-1306085180
RUNJOBID= node136-1306084852-15595
PBS_JOBID= 13387867
Free space on /tmp= 72892 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394629-1306085180/watcher-3394629-1306085180 -o /tmp/evaluation-result-3394629-1306085180/solver-3394629-1306085180 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394629-1306085180.cnf

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

MD5SUM BENCH= f20ed0313cfa494f86b5c8ef723973ee
RANDOM SEED=66002264

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:     32951124 kB
MemFree:      18504084 kB
Buffers:        206096 kB
Cached:        4915624 kB
SwapCached:      25092 kB
Active:        4413196 kB
Inactive:      9770936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18504084 kB
SwapTotal:    67111528 kB
SwapFree:     64205420 kB
Dirty:              44 kB
Writeback:          20 kB
AnonPages:     9043176 kB
Mapped:          42676 kB
Slab:           124532 kB
PageTables:      69568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169548136 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= 72892 MiB
End job on node136 at 2011-05-22 19:33:38