Trace number 1776162

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
satake 2009-03-22 (16 threads)UNSAT 1039.44 268.998

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.51
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

1039.35/268.92	c Benchmark name    : HOME/instance-1776162-1244738708.cnf
1039.35/268.92	c Thread Num        :           16
1039.35/268.92	c restarts          :           10
1039.35/268.92	c conflicts         :         8921
1039.35/268.92	c decisions         :        18426           (       69 / sec      )
1039.35/268.92	c propagations      :    115766801           (   434800 / sec      )
1039.35/268.92	c inspects          :    241144668           (   905698 / sec      )
1039.35/268.92	c conflict literals :       248767           (    40.98 % deleted  )
1039.35/268.92	c cpu time          :       266.25           
1039.35/268.92	s UNSATISFIABLE

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1776162-1244738708/watcher-1776162-1244738708 -o /tmp/evaluation-result-1776162-1244738708/solver-1776162-1244738708 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776162-1244738708.cnf 16 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.29 6.73 8.14 2/184 30921
/proc/meminfo: memFree=19126876/36427776 swapFree=4088/7228
[pid=30921] ppid=30919 vsize=6980 CPUtime=0
/proc/30921/stat : 30921 (satake) D 30919 30921 27791 0 -1 4202496 418 0 0 0 0 0 0 0 20 0 16 0 633177229 7147520 373 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134702083 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30921/statm: 1745 373 63 164 0 1580 0
[pid=30921/tid=30922] ppid=30919 vsize=6980 CPUtime=0
/proc/30921/task/30922/stat : 30922 (satake) S 30919 30921 27791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 16 0 633177229 7147520 375 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30923] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30923/stat : 30923 (satake) D 30919 30921 27791 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 16 0 633177229 7213056 375 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30924/stat : 30924 (satake) R 30919 30921 27791 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 16 0 633177229 7213056 376 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30925/stat : 30925 (satake) D 30919 30921 27791 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 16 0 633177229 7213056 377 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=30921/tid=30926] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30926/stat : 30926 (satake) R 30919 30921 27791 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 16 0 633177229 7213056 381 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30927] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30927/stat : 30927 (satake) S 30919 30921 27791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 16 0 633177229 7213056 382 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30928] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30928/stat : 30928 (satake) R 30919 30921 27791 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 16 0 633177229 7213056 383 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30929] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30929/stat : 30929 (satake) R 30919 30921 27791 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 16 0 633177230 7213056 384 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30930] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30930/stat : 30930 (satake) R 30919 30921 27791 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 16 0 633177230 7213056 384 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30931] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30931/stat : 30931 (satake) R 30919 30921 27791 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 16 0 633177230 7213056 385 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=30921/tid=30932] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30932/stat : 30932 (satake) R 30919 30921 27791 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 633177230 7213056 385 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=30921/tid=30933] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30933/stat : 30933 (satake) R 30919 30921 27791 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 633177230 7213056 385 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30934] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30934/stat : 30934 (satake) R 30919 30921 27791 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 16 0 633177230 7213056 385 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=30921/tid=30935] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30935/stat : 30935 (satake) R 30919 30921 27791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 633177230 7213056 385 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134702083 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=30921/tid=30936] ppid=30919 vsize=7044 CPUtime=0
/proc/30921/task/30936/stat : 30936 (satake) D 30919 30921 27791 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 16 0 633177230 7213056 385 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134702260 0 0 1 0 0 0 0 -1 13 0 0 0 0 0

[startup+0.02517 s]
/proc/loadavg: 6.29 6.73 8.14 2/184 30921
/proc/meminfo: memFree=19126876/36427776 swapFree=4088/7228
[pid=30921] ppid=30919 vsize=9640 CPUtime=0.1
/proc/30921/stat : 30921 (satake) S 30919 30921 27791 0 -1 4202496 911 0 0 0 5 5 0 0 20 0 17 0 633177229 9871360 866 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30921/statm: 2410 871 63 164 0 2245 0
[pid=30921/tid=30922] ppid=30919 vsize=9640 CPUtime=0
/proc/30921/task/30922/stat : 30922 (satake) S 30919 30921 27791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 17 0 633177229 9871360 871 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30923] ppid=30919 vsize=9640 CPUtime=0
/proc/30921/task/30923/stat : 30923 (satake) R 30919 30921 27791 0 -1 4202560 85 0 0 0 0 0 0 0 20 0 17 0 633177229 9871360 872 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=9640 CPUtime=0
/proc/30921/task/30924/stat : 30924 (satake) R 30919 30921 27791 0 -1 4202560 93 0 0 0 0 0 0 0 20 0 17 0 633177229 9871360 875 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=9640 CPUtime=0
/proc/30921/task/30925/stat : 30925 (satake) R 30919 30921 27791 0 -1 4202560 95 0 0 0 0 0 0 0 20 0 17 0 633177229 9871360 877 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=30921/tid=30926] ppid=30919 vsize=9640 CPUtime=0
/proc/30921/task/30926/stat : 30926 (satake) R 30919 30921 27791 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 17 0 633177229 9871360 885 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30927] ppid=30919 vsize=9640 CPUtime=0
/proc/30921/task/30927/stat : 30927 (satake) R 30919 30921 27791 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 17 0 633177229 9871360 896 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30928] ppid=30919 vsize=9640 CPUtime=0
/proc/30921/task/30928/stat : 30928 (satake) D 30919 30921 27791 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 17 0 633177229 9871360 914 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134706046 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30929] ppid=30919 vsize=9640 CPUtime=0
/proc/30921/task/30929/stat : 30929 (satake) D 30919 30921 27791 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 17 0 633177230 9871360 918 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30930] ppid=30919 vsize=9896 CPUtime=0
/proc/30921/task/30930/stat : 30930 (satake) D 30919 30921 27791 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 17 0 633177230 10133504 919 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30931] ppid=30919 vsize=9896 CPUtime=0
/proc/30921/task/30931/stat : 30931 (satake) D 30919 30921 27791 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 17 0 633177230 10133504 923 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=30921/tid=30932] ppid=30919 vsize=9896 CPUtime=0
/proc/30921/task/30932/stat : 30932 (satake) R 30919 30921 27791 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 17 0 633177230 10133504 925 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=30921/tid=30933] ppid=30919 vsize=9896 CPUtime=0
/proc/30921/task/30933/stat : 30933 (satake) S 30919 30921 27791 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 17 0 633177230 10133504 926 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30934] ppid=30919 vsize=9896 CPUtime=0
/proc/30921/task/30934/stat : 30934 (satake) R 30919 30921 27791 0 -1 4202560 63 0 0 0 0 0 0 0 20 0 17 0 633177230 10133504 927 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=30921/tid=30935] ppid=30919 vsize=9896 CPUtime=0
/proc/30921/task/30935/stat : 30935 (satake) S 30919 30921 27791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 633177230 10133504 928 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=30921/tid=30936] ppid=30919 vsize=9896 CPUtime=0
/proc/30921/task/30936/stat : 30936 (satake) R 30919 30921 27791 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 17 0 633177230 10133504 928 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9640

[startup+0.105014 s]
/proc/loadavg: 6.29 6.73 8.14 2/184 30921
/proc/meminfo: memFree=19126876/36427776 swapFree=4088/7228
[pid=30921] ppid=30919 vsize=49844 CPUtime=0.84
/proc/30921/stat : 30921 (satake) S 30919 30921 27791 0 -1 4202496 7607 0 0 0 6 78 0 0 20 0 17 0 633177229 51040256 7562 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30921/statm: 12461 7562 63 164 0 12296 0
[pid=30921/tid=30922] ppid=30919 vsize=49844 CPUtime=0
/proc/30921/task/30922/stat : 30922 (satake) S 30919 30921 27791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 17 0 633177229 51040256 7562 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30923] ppid=30919 vsize=49844 CPUtime=0.06
/proc/30921/task/30923/stat : 30923 (satake) D 30919 30921 27791 0 -1 4202560 658 0 0 0 0 6 0 0 20 0 17 0 633177229 51040256 7562 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=49844 CPUtime=0.06
/proc/30921/task/30924/stat : 30924 (satake) D 30919 30921 27791 0 -1 4202560 573 0 0 0 0 6 0 0 20 0 17 0 633177229 51040256 7562 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=53944 CPUtime=0.06
/proc/30921/task/30925/stat : 30925 (satake) D 30919 30921 27791 0 -1 4202560 596 0 0 0 0 6 0 0 20 0 17 0 633177229 55238656 7562 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=30921/tid=30926] ppid=30919 vsize=51892 CPUtime=0.06
/proc/30921/task/30926/stat : 30926 (satake) R 30919 30921 27791 0 -1 4202560 698 0 0 0 0 6 0 0 20 0 17 0 633177229 53137408 7563 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30927] ppid=30919 vsize=51892 CPUtime=0.04
/proc/30921/task/30927/stat : 30927 (satake) R 30919 30921 27791 0 -1 4202560 451 0 0 0 0 4 0 0 20 0 17 0 633177229 53137408 7568 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=30921/tid=30928] ppid=30919 vsize=51892 CPUtime=0.06
/proc/30921/task/30928/stat : 30928 (satake) R 30919 30921 27791 0 -1 4202560 580 0 0 0 0 6 0 0 20 0 17 0 633177229 53137408 7569 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30929] ppid=30919 vsize=51892 CPUtime=0
/proc/30921/task/30929/stat : 30929 (satake) D 30919 30921 27791 0 -1 4202560 140 0 0 0 0 0 0 0 20 0 17 0 633177230 53137408 7571 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30930] ppid=30919 vsize=51892 CPUtime=0.04
/proc/30921/task/30930/stat : 30930 (satake) R 30919 30921 27791 0 -1 4202560 486 0 0 0 0 4 0 0 20 0 17 0 633177230 53137408 7571 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30931] ppid=30919 vsize=51892 CPUtime=0.06
/proc/30921/task/30931/stat : 30931 (satake) R 30919 30921 27791 0 -1 4202560 708 0 0 0 0 6 0 0 20 0 17 0 633177230 53137408 7572 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=30921/tid=30932] ppid=30919 vsize=51892 CPUtime=0.06
/proc/30921/task/30932/stat : 30932 (satake) R 30919 30921 27791 0 -1 4202560 530 0 0 0 0 6 0 0 20 0 17 0 633177230 53137408 7572 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=30921/tid=30933] ppid=30919 vsize=51892 CPUtime=0.02
/proc/30921/task/30933/stat : 30933 (satake) R 30919 30921 27791 0 -1 4202560 196 0 0 0 0 2 0 0 20 0 17 0 633177230 53137408 7572 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30934] ppid=30919 vsize=51892 CPUtime=0.06
/proc/30921/task/30934/stat : 30934 (satake) R 30919 30921 27791 0 -1 4202560 595 0 0 0 0 6 0 0 20 0 17 0 633177230 53137408 7572 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=30921/tid=30935] ppid=30919 vsize=51892 CPUtime=0.04
/proc/30921/task/30935/stat : 30935 (satake) R 30919 30921 27791 0 -1 4202560 411 0 0 0 0 4 0 0 20 0 17 0 633177230 53137408 7572 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=30921/tid=30936] ppid=30919 vsize=51892 CPUtime=0.02
/proc/30921/task/30936/stat : 30936 (satake) R 30919 30921 27791 0 -1 4202560 190 0 0 0 0 2 0 0 20 0 17 0 633177230 53137408 7572 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 49844

[startup+0.303311 s]
/proc/loadavg: 6.29 6.73 8.14 2/184 30921
/proc/meminfo: memFree=19126876/36427776 swapFree=4088/7228
[pid=30921] ppid=30919 vsize=211124 CPUtime=2.96
/proc/30921/stat : 30921 (satake) S 30919 30921 27791 0 -1 4202496 37975 0 0 0 6 290 0 0 20 0 17 0 633177229 216190976 37937 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30921/statm: 52781 37940 63 164 0 52616 0
[pid=30921/tid=30922] ppid=30919 vsize=211124 CPUtime=0
/proc/30921/task/30922/stat : 30922 (satake) S 30919 30921 27791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 17 0 633177229 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30923] ppid=30919 vsize=211124 CPUtime=0.24
/proc/30921/task/30923/stat : 30923 (satake) D 30919 30921 27791 0 -1 4202560 3000 0 0 0 0 24 0 0 20 0 17 0 633177229 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=211124 CPUtime=0.24
/proc/30921/task/30924/stat : 30924 (satake) D 30919 30921 27791 0 -1 4202560 2824 0 0 0 0 24 0 0 20 0 17 0 633177229 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=211124 CPUtime=0.24
/proc/30921/task/30925/stat : 30925 (satake) D 30919 30921 27791 0 -1 4202560 2747 0 0 0 0 24 0 0 20 0 17 0 633177229 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=30921/tid=30926] ppid=30919 vsize=211124 CPUtime=0.24
/proc/30921/task/30926/stat : 30926 (satake) D 30919 30921 27791 0 -1 4202560 3672 0 0 0 0 24 0 0 20 0 17 0 633177229 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30927] ppid=30919 vsize=211124 CPUtime=0.22
/proc/30921/task/30927/stat : 30927 (satake) R 30919 30921 27791 0 -1 4202560 2522 0 0 0 0 22 0 0 20 0 17 0 633177229 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=30921/tid=30928] ppid=30919 vsize=211124 CPUtime=0.14
/proc/30921/task/30928/stat : 30928 (satake) D 30919 30921 27791 0 -1 4202560 1781 0 0 0 0 14 0 0 20 0 17 0 633177229 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30929] ppid=30919 vsize=211124 CPUtime=0.1
/proc/30921/task/30929/stat : 30929 (satake) D 30919 30921 27791 0 -1 4202560 1585 0 0 0 0 10 0 0 20 0 17 0 633177230 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30930] ppid=30919 vsize=211124 CPUtime=0.16
/proc/30921/task/30930/stat : 30930 (satake) D 30919 30921 27791 0 -1 4202560 2069 0 0 0 0 16 0 0 20 0 17 0 633177230 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30931] ppid=30919 vsize=211124 CPUtime=0.24
/proc/30921/task/30931/stat : 30931 (satake) D 30919 30921 27791 0 -1 4202560 3710 0 0 0 0 24 0 0 20 0 17 0 633177230 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=30921/tid=30932] ppid=30919 vsize=211124 CPUtime=0.24
/proc/30921/task/30932/stat : 30932 (satake) D 30919 30921 27791 0 -1 4202560 2680 0 0 0 0 24 0 0 20 0 17 0 633177230 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=30921/tid=30933] ppid=30919 vsize=211124 CPUtime=0.08
/proc/30921/task/30933/stat : 30933 (satake) D 30919 30921 27791 0 -1 4202560 1414 0 0 0 0 8 0 0 20 0 17 0 633177230 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30934] ppid=30919 vsize=211124 CPUtime=0.24
/proc/30921/task/30934/stat : 30934 (satake) D 30919 30921 27791 0 -1 4202560 2679 0 0 0 0 24 0 0 20 0 17 0 633177230 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=30921/tid=30935] ppid=30919 vsize=211124 CPUtime=0.14
/proc/30921/task/30935/stat : 30935 (satake) D 30919 30921 27791 0 -1 4202560 1762 0 0 0 0 14 0 0 20 0 17 0 633177230 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=30921/tid=30936] ppid=30919 vsize=211124 CPUtime=0.1
/proc/30921/task/30936/stat : 30936 (satake) D 30919 30921 27791 0 -1 4202560 1294 0 0 0 0 10 0 0 20 0 17 0 633177230 216190976 37940 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 211124

[startup+0.706745 s]
/proc/loadavg: 6.29 6.73 8.14 2/184 30921
/proc/meminfo: memFree=19126876/36427776 swapFree=4088/7228
[pid=30921] ppid=30919 vsize=273148 CPUtime=5.96
/proc/30921/stat : 30921 (satake) S 30919 30921 27791 0 -1 4202496 61264 0 0 0 11 585 0 0 20 0 17 0 633177229 279703552 61220 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30921/statm: 68287 61221 63 164 0 68122 0
[pid=30921/tid=30922] ppid=30919 vsize=273148 CPUtime=0
/proc/30921/task/30922/stat : 30922 (satake) S 30919 30921 27791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 17 0 633177229 279703552 61221 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30923] ppid=30919 vsize=273148 CPUtime=0.46
/proc/30921/task/30923/stat : 30923 (satake) S 30919 30921 27791 0 -1 4202560 4614 0 0 0 0 46 0 0 20 0 17 0 633177229 279703552 61224 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=273148 CPUtime=0.46
/proc/30921/task/30924/stat : 30924 (satake) D 30919 30921 27791 0 -1 4202560 4511 0 0 0 0 46 0 0 20 0 17 0 633177229 279703552 61224 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=273148 CPUtime=0.48
/proc/30921/task/30925/stat : 30925 (satake) S 30919 30921 27791 0 -1 4202560 4452 0 0 0 0 48 0 0 20 0 17 0 633177229 279703552 61228 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=30921/tid=30926] ppid=30919 vsize=273148 CPUtime=0.5
/proc/30921/task/30926/stat : 30926 (satake) R 30919 30921 27791 0 -1 4202560 5060 0 0 0 2 48 0 0 20 0 17 0 633177229 279703552 61229 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134675846 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30927] ppid=30919 vsize=273148 CPUtime=0.46
/proc/30921/task/30927/stat : 30927 (satake) R 30919 30921 27791 0 -1 4202560 4469 0 0 0 0 46 0 0 20 0 17 0 633177229 279703552 61230 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=30921/tid=30928] ppid=30919 vsize=273148 CPUtime=0.3
/proc/30921/task/30928/stat : 30928 (satake) R 30919 30921 27791 0 -1 4202560 3355 0 0 0 0 30 0 0 20 0 17 0 633177229 279703552 61234 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30929] ppid=30919 vsize=273148 CPUtime=0.24
/proc/30921/task/30929/stat : 30929 (satake) R 30919 30921 27791 0 -1 4202560 3274 0 0 0 0 24 0 0 20 0 17 0 633177230 279703552 61249 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30930] ppid=30919 vsize=273148 CPUtime=0.3
/proc/30921/task/30930/stat : 30930 (satake) R 30919 30921 27791 0 -1 4202560 3539 0 0 0 0 30 0 0 20 0 17 0 633177230 279703552 61264 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30931] ppid=30919 vsize=273148 CPUtime=0.46
/proc/30921/task/30931/stat : 30931 (satake) R 30919 30921 27791 0 -1 4202560 4709 0 0 0 0 46 0 0 20 0 17 0 633177230 279703552 61280 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134675767 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=30921/tid=30932] ppid=30919 vsize=273148 CPUtime=0.48
/proc/30921/task/30932/stat : 30932 (satake) S 30919 30921 27791 0 -1 4202560 4466 0 0 0 0 48 0 0 20 0 17 0 633177230 279703552 61294 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=30921/tid=30933] ppid=30919 vsize=273148 CPUtime=0.24
/proc/30921/task/30933/stat : 30933 (satake) R 30919 30921 27791 0 -1 4202560 3043 0 0 0 0 24 0 0 20 0 17 0 633177230 279703552 61305 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30934] ppid=30919 vsize=273148 CPUtime=0.48
/proc/30921/task/30934/stat : 30934 (satake) S 30919 30921 27791 0 -1 4202560 4475 0 0 0 0 48 0 0 20 0 17 0 633177230 279703552 61308 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
[pid=30921/tid=30935] ppid=30919 vsize=273148 CPUtime=0.28

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

[pid=30921/tid=30935] ppid=30919 vsize=973672 CPUtime=60.16
/proc/30921/task/30935/stat : 30935 (satake) S 30919 30921 27791 0 -1 4202560 17851 0 0 0 5492 524 0 0 20 0 17 0 633177230 997040128 202790 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 1 0 0 0 0 0
[pid=30921/tid=30936] ppid=30919 vsize=973672 CPUtime=59.81
/proc/30921/task/30936/stat : 30936 (satake) S 30919 30921 27791 0 -1 4202560 17658 0 0 0 5533 448 0 0 20 0 17 0 633177230 997040128 202790 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 13 0 0 0 0 0
[pid=30921/tid=30938] ppid=30919 vsize=973672 CPUtime=59.75
/proc/30921/task/30938/stat : 30938 (satake) R 30919 30921 27791 0 -1 4202560 17168 0 0 0 5395 580 0 0 20 0 17 0 633177231 997040128 202790 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134528433 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1003.24
Current children cumulated vsize (KiB) 973672

[startup+265.504 s]
/proc/loadavg: 4.85 5.89 7.47 8/201 30938
/proc/meminfo: memFree=18316148/36427776 swapFree=4588/821180
[pid=30921] ppid=30919 vsize=973672 CPUtime=1019.18
/proc/30921/stat : 30921 (satake) S 30919 30921 27791 0 -1 4202496 267207 0 0 0 84268 17650 0 0 20 0 17 0 633177229 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30921/statm: 243418 202812 68 164 0 243253 0
[pid=30921/tid=30922] ppid=30919 vsize=973672 CPUtime=116.01
/proc/30921/task/30922/stat : 30922 (satake) R 30919 30921 27791 0 -1 4202560 4633 0 0 0 1200 10401 0 0 20 0 17 0 633177229 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=30921/tid=30923] ppid=30919 vsize=973672 CPUtime=60.09
/proc/30921/task/30923/stat : 30923 (satake) S 30919 30921 27791 0 -1 4202560 17247 0 0 0 5549 460 0 0 20 0 17 0 633177229 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 4 0 0 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=973672 CPUtime=60.69
/proc/30921/task/30924/stat : 30924 (satake) R 30919 30921 27791 0 -1 4202560 17508 0 0 0 5609 460 0 0 20 0 17 0 633177229 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134528433 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=973672 CPUtime=57.07
/proc/30921/task/30925/stat : 30925 (satake) S 30919 30921 27791 0 -1 4202560 17435 0 0 0 5241 466 0 0 20 0 17 0 633177229 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 7 0 0 0 0 0
[pid=30921/tid=30926] ppid=30919 vsize=973672 CPUtime=60.71
/proc/30921/task/30926/stat : 30926 (satake) S 30919 30921 27791 0 -1 4202560 17616 0 0 0 5595 476 0 0 20 0 17 0 633177229 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 0 0 0 0 0 0
[pid=30921/tid=30927] ppid=30919 vsize=973672 CPUtime=65.13
/proc/30921/task/30927/stat : 30927 (satake) S 30919 30921 27791 0 -1 4202560 17564 0 0 0 6037 476 0 0 20 0 17 0 633177229 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=30921/tid=30928] ppid=30919 vsize=973672 CPUtime=58.88
/proc/30921/task/30928/stat : 30928 (satake) R 30919 30921 27791 0 -1 4202560 17576 0 0 0 5434 454 0 0 20 0 17 0 633177229 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30929] ppid=30919 vsize=973672 CPUtime=58.69
/proc/30921/task/30929/stat : 30929 (satake) S 30919 30921 27791 0 -1 4202560 17668 0 0 0 5353 516 0 0 20 0 17 0 633177230 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 2 0 0 0 0 0
[pid=30921/tid=30930] ppid=30919 vsize=973672 CPUtime=57.44
/proc/30921/task/30930/stat : 30930 (satake) S 30919 30921 27791 0 -1 4202560 17751 0 0 0 5294 450 0 0 20 0 17 0 633177230 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 12 0 0 0 0 0
[pid=30921/tid=30931] ppid=30919 vsize=973672 CPUtime=59.42
/proc/30921/task/30931/stat : 30931 (satake) S 30919 30921 27791 0 -1 4202560 17202 0 0 0 5462 480 0 0 20 0 17 0 633177230 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 15 0 0 0 0 0
[pid=30921/tid=30932] ppid=30919 vsize=973672 CPUtime=61.02
/proc/30921/task/30932/stat : 30932 (satake) S 30919 30921 27791 0 -1 4202560 17261 0 0 0 5656 446 0 0 20 0 17 0 633177230 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
[pid=30921/tid=30933] ppid=30919 vsize=973672 CPUtime=59.31
/proc/30921/task/30933/stat : 30933 (satake) S 30919 30921 27791 0 -1 4202560 17396 0 0 0 5411 520 0 0 20 0 17 0 633177230 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30934] ppid=30919 vsize=973672 CPUtime=61.61
/proc/30921/task/30934/stat : 30934 (satake) S 30919 30921 27791 0 -1 4202560 17548 0 0 0 5683 478 0 0 20 0 17 0 633177230 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 14 0 0 0 0 0
[pid=30921/tid=30935] ppid=30919 vsize=973672 CPUtime=61.47
/proc/30921/task/30935/stat : 30935 (satake) S 30919 30921 27791 0 -1 4202560 17851 0 0 0 5619 528 0 0 20 0 17 0 633177230 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 1 0 0 0 0 0
[pid=30921/tid=30936] ppid=30919 vsize=973672 CPUtime=60.84
/proc/30921/task/30936/stat : 30936 (satake) R 30919 30921 27791 0 -1 4202560 17658 0 0 0 5632 452 0 0 20 0 17 0 633177230 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134528648 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=30921/tid=30938] ppid=30919 vsize=973672 CPUtime=60.7
/proc/30921/task/30938/stat : 30938 (satake) S 30919 30921 27791 0 -1 4202560 17169 0 0 0 5488 582 0 0 20 0 17 0 633177231 997040128 202812 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1019.18
Current children cumulated vsize (KiB) 973672

[startup+267.104 s]
/proc/loadavg: 4.70 5.84 7.44 5/201 30938
/proc/meminfo: memFree=18316148/36427776 swapFree=4588/821212
[pid=30921] ppid=30919 vsize=963616 CPUtime=1030.32
/proc/30921/stat : 30921 (satake) S 30919 30921 27791 0 -1 4202496 267220 0 0 0 84740 18292 0 0 20 0 16 0 633177229 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30921/statm: 240904 200740 77 164 0 240739 0
[pid=30921/tid=30923] ppid=30919 vsize=963616 CPUtime=60.69
/proc/30921/task/30923/stat : 30923 (satake) S 30919 30921 27791 0 -1 4202560 17247 0 0 0 5569 500 0 0 20 0 16 0 633177229 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=963616 CPUtime=61.37
/proc/30921/task/30924/stat : 30924 (satake) S 30919 30921 27791 0 -1 4202560 17509 0 0 0 5639 498 0 0 20 0 16 0 633177229 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=963616 CPUtime=58.06
/proc/30921/task/30925/stat : 30925 (satake) S 30919 30921 27791 0 -1 4202560 17435 0 0 0 5294 512 0 0 20 0 16 0 633177229 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=30921/tid=30926] ppid=30919 vsize=963616 CPUtime=61.31
/proc/30921/task/30926/stat : 30926 (satake) S 30919 30921 27791 0 -1 4202560 17616 0 0 0 5615 516 0 0 20 0 16 0 633177229 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 0 0 0 0 0 0
[pid=30921/tid=30927] ppid=30919 vsize=963616 CPUtime=65.85
/proc/30921/task/30927/stat : 30927 (satake) S 30919 30921 27791 0 -1 4202560 17564 0 0 0 6071 514 0 0 20 0 16 0 633177229 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=30921/tid=30928] ppid=30919 vsize=963616 CPUtime=59.63
/proc/30921/task/30928/stat : 30928 (satake) S 30919 30921 27791 0 -1 4202560 17576 0 0 0 5467 496 0 0 20 0 16 0 633177229 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30929] ppid=30919 vsize=963616 CPUtime=59.67
/proc/30921/task/30929/stat : 30929 (satake) S 30919 30921 27791 0 -1 4202560 17668 0 0 0 5415 552 0 0 20 0 16 0 633177230 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 2 0 0 0 0 0
[pid=30921/tid=30930] ppid=30919 vsize=963616 CPUtime=58.17
/proc/30921/task/30930/stat : 30930 (satake) R 30919 30921 27791 0 -1 4202560 17751 0 0 0 5325 492 0 0 20 0 16 0 633177230 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134666427 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=30921/tid=30931] ppid=30919 vsize=963616 CPUtime=59.86
/proc/30921/task/30931/stat : 30931 (satake) S 30919 30921 27791 0 -1 4202560 17202 0 0 0 5478 508 0 0 20 0 16 0 633177230 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 15 0 0 0 0 0
[pid=30921/tid=30932] ppid=30919 vsize=963616 CPUtime=61.64
/proc/30921/task/30932/stat : 30932 (satake) S 30919 30921 27791 0 -1 4202560 17261 0 0 0 5676 488 0 0 20 0 16 0 633177230 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=30921/tid=30933] ppid=30919 vsize=963616 CPUtime=59.95
/proc/30921/task/30933/stat : 30933 (satake) S 30919 30921 27791 0 -1 4202560 17396 0 0 0 5435 560 0 0 20 0 16 0 633177230 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30934] ppid=30919 vsize=963616 CPUtime=62.21
/proc/30921/task/30934/stat : 30934 (satake) S 30919 30921 27791 0 -1 4202560 17557 0 0 0 5703 518 0 0 20 0 16 0 633177230 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 14 0 0 0 0 0
[pid=30921/tid=30935] ppid=30919 vsize=963616 CPUtime=62.06
/proc/30921/task/30935/stat : 30935 (satake) S 30919 30921 27791 0 -1 4202560 17851 0 0 0 5640 566 0 0 20 0 16 0 633177230 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 1 0 0 0 0 0
[pid=30921/tid=30936] ppid=30919 vsize=963616 CPUtime=61.5
/proc/30921/task/30936/stat : 30936 (satake) S 30919 30921 27791 0 -1 4202560 17660 0 0 0 5660 490 0 0 20 0 16 0 633177230 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=30921/tid=30938] ppid=30919 vsize=963616 CPUtime=61.45
/proc/30921/task/30938/stat : 30938 (satake) S 30919 30921 27791 0 -1 4202560 17169 0 0 0 5525 620 0 0 20 0 16 0 633177231 986742784 200740 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1030.32
Current children cumulated vsize (KiB) 963616

[startup+267.904 s]
/proc/loadavg: 4.70 5.84 7.44 2/200 30938
/proc/meminfo: memFree=18326804/36427776 swapFree=4624/808348
[pid=30921] ppid=30919 vsize=902044 CPUtime=1034.65
/proc/30921/stat : 30921 (satake) S 30919 30921 27791 0 -1 4202496 267220 0 0 0 84946 18519 0 0 20 0 16 0 633177229 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30921/statm: 225511 189434 77 164 0 225346 0
[pid=30921/tid=30923] ppid=30919 vsize=902044 CPUtime=60.99
/proc/30921/task/30923/stat : 30923 (satake) R 30919 30921 27791 0 -1 4202560 17247 0 0 0 5585 514 0 0 20 0 16 0 633177229 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134666370 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=902044 CPUtime=61.64
/proc/30921/task/30924/stat : 30924 (satake) S 30919 30921 27791 0 -1 4202560 17509 0 0 0 5650 514 0 0 20 0 16 0 633177229 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=902044 CPUtime=58.31
/proc/30921/task/30925/stat : 30925 (satake) S 30919 30921 27791 0 -1 4202560 17435 0 0 0 5309 522 0 0 20 0 16 0 633177229 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=30921/tid=30926] ppid=30919 vsize=902044 CPUtime=61.66
/proc/30921/task/30926/stat : 30926 (satake) S 30919 30921 27791 0 -1 4202560 17616 0 0 0 5634 532 0 0 20 0 16 0 633177229 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 0 0 0 0 0 0
[pid=30921/tid=30927] ppid=30919 vsize=902044 CPUtime=66.14
/proc/30921/task/30927/stat : 30927 (satake) S 30919 30921 27791 0 -1 4202560 17564 0 0 0 6084 530 0 0 20 0 16 0 633177229 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=30921/tid=30928] ppid=30919 vsize=902044 CPUtime=59.89
/proc/30921/task/30928/stat : 30928 (satake) S 30919 30921 27791 0 -1 4202560 17576 0 0 0 5475 514 0 0 20 0 16 0 633177229 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30929] ppid=30919 vsize=902044 CPUtime=60.06
/proc/30921/task/30929/stat : 30929 (satake) S 30919 30921 27791 0 -1 4202560 17668 0 0 0 5438 568 0 0 20 0 16 0 633177230 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 2 0 0 0 0 0
[pid=30921/tid=30930] ppid=30919 vsize=902044 CPUtime=58.44
/proc/30921/task/30930/stat : 30930 (satake) S 30919 30921 27791 0 -1 4202560 17751 0 0 0 5340 504 0 0 20 0 16 0 633177230 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
[pid=30921/tid=30931] ppid=30919 vsize=902044 CPUtime=60.12
/proc/30921/task/30931/stat : 30931 (satake) S 30919 30921 27791 0 -1 4202560 17202 0 0 0 5488 524 0 0 20 0 16 0 633177230 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 15 0 0 0 0 0
[pid=30921/tid=30932] ppid=30919 vsize=902044 CPUtime=61.88
/proc/30921/task/30932/stat : 30932 (satake) S 30919 30921 27791 0 -1 4202560 17261 0 0 0 5686 502 0 0 20 0 16 0 633177230 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=30921/tid=30933] ppid=30919 vsize=902044 CPUtime=60.24
/proc/30921/task/30933/stat : 30933 (satake) S 30919 30921 27791 0 -1 4202560 17396 0 0 0 5446 578 0 0 20 0 16 0 633177230 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30934] ppid=30919 vsize=902044 CPUtime=62.46
/proc/30921/task/30934/stat : 30934 (satake) S 30919 30921 27791 0 -1 4202560 17557 0 0 0 5712 534 0 0 20 0 16 0 633177230 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 14 0 0 0 0 0
[pid=30921/tid=30935] ppid=30919 vsize=902044 CPUtime=62.37
/proc/30921/task/30935/stat : 30935 (satake) S 30919 30921 27791 0 -1 4202560 17851 0 0 0 5657 580 0 0 20 0 16 0 633177230 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 1 0 0 0 0 0
[pid=30921/tid=30936] ppid=30919 vsize=902044 CPUtime=61.81
/proc/30921/task/30936/stat : 30936 (satake) S 30919 30921 27791 0 -1 4202560 17660 0 0 0 5675 506 0 0 20 0 16 0 633177230 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=30921/tid=30938] ppid=30919 vsize=902044 CPUtime=61.72
/proc/30921/task/30938/stat : 30938 (satake) S 30919 30921 27791 0 -1 4202560 17169 0 0 0 5538 634 0 0 20 0 16 0 633177231 923693056 189434 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1034.65
Current children cumulated vsize (KiB) 902044

[startup+268.704 s]
/proc/loadavg: 4.70 5.84 7.44 13/199 30938
/proc/meminfo: memFree=18389532/36427776 swapFree=4624/739648
[pid=30921] ppid=30919 vsize=775968 CPUtime=1038.82
/proc/30921/stat : 30921 (satake) S 30919 30921 27791 0 -1 4202496 267220 0 0 0 85173 18709 0 0 20 0 10 0 633177229 794591232 170720 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30921/statm: 193992 170720 77 164 0 193827 0
[pid=30921/tid=30923] ppid=30919 vsize=775968 CPUtime=61.36
/proc/30921/task/30923/stat : 30923 (satake) R 30919 30921 27791 0 -1 4202560 17247 0 0 0 5608 528 0 0 20 0 10 0 633177229 794591232 170720 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134666427 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=775968 CPUtime=61.95
/proc/30921/task/30924/stat : 30924 (satake) S 30919 30921 27791 0 -1 4202560 17509 0 0 0 5665 530 0 0 20 0 10 0 633177229 794591232 170720 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=775968 CPUtime=58.63
/proc/30921/task/30925/stat : 30925 (satake) S 30919 30921 27791 0 -1 4202560 17435 0 0 0 5325 538 0 0 20 0 10 0 633177229 794591232 170720 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=30921/tid=30928] ppid=30919 vsize=775968 CPUtime=60.21
/proc/30921/task/30928/stat : 30928 (satake) S 30919 30921 27791 0 -1 4202560 17576 0 0 0 5497 524 0 0 20 0 10 0 633177229 794591232 170720 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=30921/tid=30931] ppid=30919 vsize=775968 CPUtime=60.42
/proc/30921/task/30931/stat : 30931 (satake) S 30919 30921 27791 0 -1 4202560 17202 0 0 0 5504 538 0 0 20 0 10 0 633177230 794591232 170720 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 15 0 0 0 0 0
[pid=30921/tid=30932] ppid=30919 vsize=775968 CPUtime=62.23
/proc/30921/task/30932/stat : 30932 (satake) S 30919 30921 27791 0 -1 4202560 17261 0 0 0 5709 514 0 0 20 0 10 0 633177230 794591232 170720 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=30921/tid=30933] ppid=30919 vsize=775968 CPUtime=60.55
/proc/30921/task/30933/stat : 30933 (satake) S 30919 30921 27791 0 -1 4202560 17396 0 0 0 5465 590 0 0 20 0 10 0 633177230 794591232 170720 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=30921/tid=30934] ppid=30919 vsize=775968 CPUtime=62.8
/proc/30921/task/30934/stat : 30934 (satake) S 30919 30921 27791 0 -1 4202560 17557 0 0 0 5732 548 0 0 20 0 10 0 633177230 794591232 170720 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 14 0 0 0 0 0
[pid=30921/tid=30935] ppid=30919 vsize=775968 CPUtime=62.65
/proc/30921/task/30935/stat : 30935 (satake) S 30919 30921 27791 0 -1 4202560 17851 0 0 0 5671 594 0 0 20 0 10 0 633177230 794591232 170720 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1038.82
Current children cumulated vsize (KiB) 775968

[startup+268.904 s]
/proc/loadavg: 4.70 5.84 7.44 13/199 30938
/proc/meminfo: memFree=18389532/36427776 swapFree=4624/739648
[pid=30921] ppid=30919 vsize=634336 CPUtime=1039.35
/proc/30921/stat : 30921 (satake) S 30919 30921 27791 0 -1 4202496 267220 0 0 0 85211 18724 0 0 20 0 4 0 633177229 649560064 146533 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30921/statm: 158328 146509 77 164 0 158163 0
[pid=30921/tid=30924] ppid=30919 vsize=633312 CPUtime=62.02
/proc/30921/task/30924/stat : 30924 (satake) R 30919 30921 27791 0 -1 4202560 17509 0 0 0 5672 530 0 0 20 0 4 0 633177229 648511488 146509 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=30921/tid=30931] ppid=30919 vsize=633312 CPUtime=60.52
/proc/30921/task/30931/stat : 30931 (satake) R 30919 30921 27791 0 -1 4202560 17202 0 0 0 5512 540 0 0 20 0 4 0 633177230 648511488 146509 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=30921/tid=30932] ppid=30919 vsize=633312 CPUtime=62.33
/proc/30921/task/30932/stat : 30932 (satake) R 30919 30921 27791 0 -1 4202560 17261 0 0 0 5715 518 0 0 20 0 4 0 633177230 648511488 146509 18446744073709551615 134512640 135180984 4292113456 18446744073709551615 134702225 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 1039.35
Current children cumulated vsize (KiB) 634336

Child status: 16
Real time (s): 268.998
CPU time (s): 1039.44
CPU user time (s): 852.117
CPU system time (s): 187.328
CPU usage (%): 386.414
Max. virtual memory (cumulated for all children) (KiB): 984552


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 852.117
system time used= 187.328
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267221
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= 14962840
involuntary context switches= 4166840

runsolver used 1.10407 second user time and 3.31621 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-11 18:45:08
IDJOB=1776162
IDBENCH=20430
IDSOLVER=631
FILE ID=xenhost3-49/1776162-1244738708
PBS_JOBID=
Free space on /tmp= 7023 MiB

SOLVER NAME= satake 2009-03-22 (16 threads)
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776162-1244738708/watcher-1776162-1244738708 -o /tmp/evaluation-result-1776162-1244738708/solver-1776162-1244738708 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776162-1244738708.cnf 16 10000

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 16

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED= 716011534

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      19126664 kB
Buffers:        432300 kB
Cached:       14118268 kB
SwapCached:          0 kB
Active:        4076776 kB
Inactive:     10481824 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           18040 kB
Writeback:           0 kB
AnonPages:        7232 kB
Mapped:           3788 kB
Slab:           687572 kB
SReclaimable:   660836 kB
SUnreclaim:      26736 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7023 MiB
End job on xenhost3-49 at 2009-06-11 18:49:38