Trace number 1778727

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 321.532 125.265

General information on the benchmark

NameAPPLICATIONS/bitverif/
minor/minor064.cnf
MD5SUM1a151a1e93387c74239b48070e3eed97
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.53
Satisfiable
(Un)Satisfiability was proved
Number of variables14578
Number of clauses42581
Sum of the clauses size99353
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228386
Number of clauses of size 314193
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

321.46/125.25	c Benchmark name    : HOME/instance-1778727-1244766799.cnf
321.46/125.25	c Thread Num        :           16
321.46/125.25	c restarts          :           12
321.46/125.25	c conflicts         :        23609
321.46/125.25	c decisions         :        64134           (      514 / sec      )
321.46/125.25	c propagations      :     22164351           (   177752 / sec      )
321.46/125.25	c inspects          :     68278568           (   547577 / sec      )
321.46/125.25	c conflict literals :      3073841           (    21.88 % deleted  )
321.46/125.25	c cpu time          :       124.69           
321.46/125.25	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-1778727-1244766799/watcher-1778727-1244766799 -o /tmp/evaluation-result-1778727-1244766799/solver-1778727-1244766799 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1778727-1244766799.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: 3.85 3.15 2.83 2/184 2074
/proc/meminfo: memFree=19138632/36427776 swapFree=4416/9236
[pid=2074] ppid=2072 vsize=5500 CPUtime=0
/proc/2074/stat : 2074 (satake) D 2072 2074 27791 0 -1 4202496 256 0 0 0 0 0 0 0 20 0 12 0 635986217 5632000 210 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134702260 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2074/statm: 1375 211 62 164 0 1210 0
[pid=2074/tid=2075] ppid=2072 vsize=8348 CPUtime=0
/proc/2074/task/2075/stat : 2075 (satake) S 2072 2074 27791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 16 0 635986218 8548352 373 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2076] ppid=2072 vsize=8348 CPUtime=0
/proc/2074/task/2076/stat : 2076 (satake) R 2072 2074 27791 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 16 0 635986218 8548352 373 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2074/tid=2077] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2077/stat : 2077 (satake) R 2072 2074 27791 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 373 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2074/tid=2078] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2078/stat : 2078 (satake) R 2072 2074 27791 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 373 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2079] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2079/stat : 2079 (satake) S 2072 2074 27791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 373 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 3 0 0 0 0 0
[pid=2074/tid=2080] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2080/stat : 2080 (satake) R 2072 2074 27791 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 373 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2081] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2081/stat : 2081 (satake) D 2072 2074 27791 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 373 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2082] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2082/stat : 2082 (satake) S 2072 2074 27791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 373 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=2074/tid=2083] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2083/stat : 2083 (satake) S 2072 2074 27791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 374 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=2074/tid=2084] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2084/stat : 2084 (satake) S 2072 2074 27791 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 377 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2085] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2085/stat : 2085 (satake) R 2072 2074 27791 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 380 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134676560 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2074/tid=2086] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2086/stat : 2086 (satake) S 2072 2074 27791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 382 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=2074/tid=2087] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2087/stat : 2087 (satake) R 2072 2074 27791 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 382 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2074/tid=2088] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2088/stat : 2088 (satake) R 2072 2074 27791 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 635986218 8552448 382 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2089] ppid=2072 vsize=8352 CPUtime=0
/proc/2074/task/2089/stat : 2089 (satake) R 2072 2074 27791 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 635986219 8552448 382 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134675767 0 0 1 0 0 0 0 -1 6 0 0 0 0 0

[startup+0.106827 s]
/proc/loadavg: 3.85 3.15 2.83 2/184 2074
/proc/meminfo: memFree=19138632/36427776 swapFree=4416/9236
[pid=2074] ppid=2072 vsize=27376 CPUtime=0.43
/proc/2074/stat : 2074 (satake) S 2072 2074 27791 0 -1 4202496 5031 0 0 0 23 20 0 0 20 0 17 0 635986217 28033024 4985 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2074/statm: 6844 4986 63 164 0 6679 0
[pid=2074/tid=2075] ppid=2072 vsize=27376 CPUtime=0
/proc/2074/task/2075/stat : 2075 (satake) S 2072 2074 27791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 635986218 28033024 4988 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2076] ppid=2072 vsize=27376 CPUtime=0.02
/proc/2074/task/2076/stat : 2076 (satake) S 2072 2074 27791 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 17 0 635986218 28033024 4990 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 2 0 0 0 0 0
[pid=2074/tid=2077] ppid=2072 vsize=27376 CPUtime=0.02
/proc/2074/task/2077/stat : 2077 (satake) R 2072 2074 27791 0 -1 4202560 323 0 0 0 0 2 0 0 20 0 17 0 635986218 28033024 4990 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2074/tid=2078] ppid=2072 vsize=27376 CPUtime=0.02
/proc/2074/task/2078/stat : 2078 (satake) R 2072 2074 27791 0 -1 4202560 407 0 0 0 2 0 0 0 20 0 17 0 635986218 28033024 4992 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134522388 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2079] ppid=2072 vsize=27376 CPUtime=0.02
/proc/2074/task/2079/stat : 2079 (satake) R 2072 2074 27791 0 -1 4202560 306 0 0 0 2 0 0 0 20 0 17 0 635986218 28033024 4993 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2074/tid=2080] ppid=2072 vsize=27376 CPUtime=0.02
/proc/2074/task/2080/stat : 2080 (satake) D 2072 2074 27791 0 -1 4202560 318 0 0 0 2 0 0 0 20 0 17 0 635986218 28033024 4994 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134702260 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2081] ppid=2072 vsize=27376 CPUtime=0.04
/proc/2074/task/2081/stat : 2081 (satake) R 2072 2074 27791 0 -1 4202560 431 0 0 0 0 4 0 0 20 0 17 0 635986218 28033024 4995 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2082] ppid=2072 vsize=27376 CPUtime=0.04
/proc/2074/task/2082/stat : 2082 (satake) S 2072 2074 27791 0 -1 4202560 416 0 0 0 2 2 0 0 20 0 17 0 635986218 28033024 4995 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=2074/tid=2083] ppid=2072 vsize=27376 CPUtime=0.02
/proc/2074/task/2083/stat : 2083 (satake) R 2072 2074 27791 0 -1 4202560 313 0 0 0 0 2 0 0 20 0 17 0 635986218 28033024 4996 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2074/tid=2084] ppid=2072 vsize=27376 CPUtime=0.02
/proc/2074/task/2084/stat : 2084 (satake) S 2072 2074 27791 0 -1 4202560 260 0 0 0 0 2 0 0 20 0 17 0 635986218 28033024 4996 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2085] ppid=2072 vsize=27376 CPUtime=0.04
/proc/2074/task/2085/stat : 2085 (satake) S 2072 2074 27791 0 -1 4202560 341 0 0 0 4 0 0 0 20 0 17 0 635986218 28033024 4997 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=2074/tid=2086] ppid=2072 vsize=27376 CPUtime=0.02
/proc/2074/task/2086/stat : 2086 (satake) R 2072 2074 27791 0 -1 4202560 303 0 0 0 2 0 0 0 20 0 17 0 635986218 28033024 4999 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2074/tid=2087] ppid=2072 vsize=27376 CPUtime=0.04
/proc/2074/task/2087/stat : 2087 (satake) S 2072 2074 27791 0 -1 4202560 414 0 0 0 2 2 0 0 20 0 17 0 635986218 28033024 5002 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
[pid=2074/tid=2088] ppid=2072 vsize=27376 CPUtime=0
/proc/2074/task/2088/stat : 2088 (satake) D 2072 2074 27791 0 -1 4202560 222 0 0 0 0 0 0 0 20 0 17 0 635986218 28033024 5003 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134675846 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2089] ppid=2072 vsize=27376 CPUtime=0.02
/proc/2074/task/2089/stat : 2089 (satake) R 2072 2074 27791 0 -1 4202560 252 0 0 0 0 2 0 0 20 0 17 0 635986219 28033024 5003 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 27376

[startup+0.206715 s]
/proc/loadavg: 3.85 3.15 2.83 2/184 2074
/proc/meminfo: memFree=19138632/36427776 swapFree=4416/9236
[pid=2074] ppid=2072 vsize=46428 CPUtime=0.89
/proc/2074/stat : 2074 (satake) S 2072 2074 27791 0 -1 4202496 9014 0 0 0 36 53 0 0 20 0 17 0 635986217 47542272 8968 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2074/statm: 11607 8968 63 164 0 11442 0
[pid=2074/tid=2075] ppid=2072 vsize=46428 CPUtime=0
/proc/2074/task/2075/stat : 2075 (satake) S 2072 2074 27791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 635986218 47542272 8969 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2076] ppid=2072 vsize=46428 CPUtime=0.06
/proc/2074/task/2076/stat : 2076 (satake) S 2072 2074 27791 0 -1 4202560 681 0 0 0 2 4 0 0 20 0 17 0 635986218 47542272 8971 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 2 0 0 0 0 0
[pid=2074/tid=2077] ppid=2072 vsize=46428 CPUtime=0.06
/proc/2074/task/2077/stat : 2077 (satake) D 2072 2074 27791 0 -1 4202560 641 0 0 0 0 6 0 0 20 0 17 0 635986218 47542272 8971 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134675767 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2074/tid=2078] ppid=2072 vsize=46428 CPUtime=0.06
/proc/2074/task/2078/stat : 2078 (satake) D 2072 2074 27791 0 -1 4202560 720 0 0 0 4 2 0 0 20 0 17 0 635986218 47542272 8971 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134675767 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2079] ppid=2072 vsize=46428 CPUtime=0.04
/proc/2074/task/2079/stat : 2079 (satake) S 2072 2074 27791 0 -1 4202560 491 0 0 0 4 0 0 0 20 0 17 0 635986218 47542272 8971 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2080] ppid=2072 vsize=46428 CPUtime=0.06
/proc/2074/task/2080/stat : 2080 (satake) S 2072 2074 27791 0 -1 4202560 613 0 0 0 2 4 0 0 20 0 17 0 635986218 47542272 8975 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2081] ppid=2072 vsize=46428 CPUtime=0.08
/proc/2074/task/2081/stat : 2081 (satake) S 2072 2074 27791 0 -1 4202560 746 0 0 0 4 4 0 0 20 0 17 0 635986218 47542272 8975 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2082] ppid=2072 vsize=46428 CPUtime=0.06
/proc/2074/task/2082/stat : 2082 (satake) S 2072 2074 27791 0 -1 4202560 686 0 0 0 2 4 0 0 20 0 17 0 635986218 47542272 8977 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=2074/tid=2083] ppid=2072 vsize=46428 CPUtime=0.04
/proc/2074/task/2083/stat : 2083 (satake) R 2072 2074 27791 0 -1 4202560 644 0 0 0 0 4 0 0 20 0 17 0 635986218 47542272 8980 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2074/tid=2084] ppid=2072 vsize=46428 CPUtime=0.04
/proc/2074/task/2084/stat : 2084 (satake) S 2072 2074 27791 0 -1 4202560 443 0 0 0 0 4 0 0 20 0 17 0 635986218 47542272 8980 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2085] ppid=2072 vsize=46428 CPUtime=0.06
/proc/2074/task/2085/stat : 2085 (satake) S 2072 2074 27791 0 -1 4202560 668 0 0 0 4 2 0 0 20 0 17 0 635986218 47542272 8982 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=2074/tid=2086] ppid=2072 vsize=46428 CPUtime=0.06
/proc/2074/task/2086/stat : 2086 (satake) R 2072 2074 27791 0 -1 4202560 623 0 0 0 2 4 0 0 20 0 17 0 635986218 47542272 8982 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134522388 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2074/tid=2087] ppid=2072 vsize=46428 CPUtime=0.06
/proc/2074/task/2087/stat : 2087 (satake) R 2072 2074 27791 0 -1 4202560 737 0 0 0 2 4 0 0 20 0 17 0 635986218 47542272 8982 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134522704 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2074/tid=2088] ppid=2072 vsize=46428 CPUtime=0.02
/proc/2074/task/2088/stat : 2088 (satake) S 2072 2074 27791 0 -1 4202560 304 0 0 0 2 0 0 0 20 0 17 0 635986218 47542272 8982 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2089] ppid=2072 vsize=46428 CPUtime=0.04
/proc/2074/task/2089/stat : 2089 (satake) D 2072 2074 27791 0 -1 4202560 437 0 0 0 0 4 0 0 20 0 17 0 635986219 47542272 8982 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134702260 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 46428

[startup+0.306681 s]
/proc/loadavg: 3.85 3.15 2.83 2/184 2074
/proc/meminfo: memFree=19138632/36427776 swapFree=4416/9236
[pid=2074] ppid=2072 vsize=56400 CPUtime=1.24
/proc/2074/stat : 2074 (satake) S 2072 2074 27791 0 -1 4202496 11533 0 0 0 63 61 0 0 20 0 17 0 635986217 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2074/statm: 14100 11013 66 164 0 13935 0
[pid=2074/tid=2075] ppid=2072 vsize=56400 CPUtime=0
/proc/2074/task/2075/stat : 2075 (satake) S 2072 2074 27791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2076] ppid=2072 vsize=56400 CPUtime=0.08
/proc/2074/task/2076/stat : 2076 (satake) S 2072 2074 27791 0 -1 4202560 851 0 0 0 4 4 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 2 0 0 0 0 0
[pid=2074/tid=2077] ppid=2072 vsize=56400 CPUtime=0.08
/proc/2074/task/2077/stat : 2077 (satake) S 2072 2074 27791 0 -1 4202560 815 0 0 0 0 8 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 3 0 0 0 0 0
[pid=2074/tid=2078] ppid=2072 vsize=56400 CPUtime=0.1
/proc/2074/task/2078/stat : 2078 (satake) R 2072 2074 27791 0 -1 4202560 852 0 0 0 6 4 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2079] ppid=2072 vsize=56400 CPUtime=0.06
/proc/2074/task/2079/stat : 2079 (satake) S 2072 2074 27791 0 -1 4202560 708 0 0 0 6 0 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2080] ppid=2072 vsize=56400 CPUtime=0.08
/proc/2074/task/2080/stat : 2080 (satake) D 2072 2074 27791 0 -1 4202560 766 0 0 0 2 6 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134702260 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2081] ppid=2072 vsize=56400 CPUtime=0.12
/proc/2074/task/2081/stat : 2081 (satake) S 2072 2074 27791 0 -1 4202560 850 0 0 0 8 4 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2082] ppid=2072 vsize=56400 CPUtime=0.08
/proc/2074/task/2082/stat : 2082 (satake) S 2072 2074 27791 0 -1 4202560 859 0 0 0 4 4 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=2074/tid=2083] ppid=2072 vsize=56400 CPUtime=0.06
/proc/2074/task/2083/stat : 2083 (satake) D 2072 2074 27791 0 -1 4202560 823 0 0 0 2 4 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134675846 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2074/tid=2084] ppid=2072 vsize=56400 CPUtime=0.06
/proc/2074/task/2084/stat : 2084 (satake) R 2072 2074 27791 0 -1 4202560 551 0 0 0 2 4 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134675767 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2085] ppid=2072 vsize=56400 CPUtime=0.08
/proc/2074/task/2085/stat : 2085 (satake) S 2072 2074 27791 0 -1 4202560 836 0 0 0 6 2 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=2074/tid=2086] ppid=2072 vsize=56400 CPUtime=0.08
/proc/2074/task/2086/stat : 2086 (satake) S 2072 2074 27791 0 -1 4202560 788 0 0 0 4 4 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=2074/tid=2087] ppid=2072 vsize=56400 CPUtime=0.12
/proc/2074/task/2087/stat : 2087 (satake) R 2072 2074 27791 0 -1 4202560 868 0 0 0 8 4 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134520015 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2074/tid=2088] ppid=2072 vsize=56400 CPUtime=0.04
/proc/2074/task/2088/stat : 2088 (satake) S 2072 2074 27791 0 -1 4202560 461 0 0 0 4 0 0 0 20 0 17 0 635986218 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2089] ppid=2072 vsize=56400 CPUtime=0.06
/proc/2074/task/2089/stat : 2089 (satake) S 2072 2074 27791 0 -1 4202560 689 0 0 0 2 4 0 0 20 0 17 0 635986219 57753600 11013 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 56400

[startup+0.702717 s]
/proc/loadavg: 3.85 3.15 2.83 2/184 2074
/proc/meminfo: memFree=19138632/36427776 swapFree=4416/9236
[pid=2074] ppid=2072 vsize=57376 CPUtime=2.51
/proc/2074/stat : 2074 (satake) S 2072 2074 27791 0 -1 4202496 13894 0 0 0 169 82 0 0 20 0 17 0 635986217 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2074/statm: 14344 11478 68 164 0 14179 0
[pid=2074/tid=2075] ppid=2072 vsize=57376 CPUtime=0.1
/proc/2074/task/2075/stat : 2075 (satake) R 2072 2074 27791 0 -1 4202560 270 0 0 0 2 8 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2076] ppid=2072 vsize=57376 CPUtime=0.16
/proc/2074/task/2076/stat : 2076 (satake) S 2072 2074 27791 0 -1 4202560 897 0 0 0 12 4 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 2 0 0 0 0 0
[pid=2074/tid=2077] ppid=2072 vsize=57376 CPUtime=0.22
/proc/2074/task/2077/stat : 2077 (satake) S 2072 2074 27791 0 -1 4202560 915 0 0 0 14 8 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 3 0 0 0 0 0
[pid=2074/tid=2078] ppid=2072 vsize=57376 CPUtime=0.16
/proc/2074/task/2078/stat : 2078 (satake) S 2072 2074 27791 0 -1 4202560 857 0 0 0 12 4 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2079] ppid=2072 vsize=57376 CPUtime=0.12
/proc/2074/task/2079/stat : 2079 (satake) S 2072 2074 27791 0 -1 4202560 943 0 0 0 10 2 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2080] ppid=2072 vsize=57376 CPUtime=0.16
/proc/2074/task/2080/stat : 2080 (satake) S 2072 2074 27791 0 -1 4202560 861 0 0 0 10 6 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2081] ppid=2072 vsize=57376 CPUtime=0.18
/proc/2074/task/2081/stat : 2081 (satake) S 2072 2074 27791 0 -1 4202560 851 0 0 0 14 4 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2082] ppid=2072 vsize=57376 CPUtime=0.2
/proc/2074/task/2082/stat : 2082 (satake) S 2072 2074 27791 0 -1 4202560 911 0 0 0 14 6 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 6 0 0 0 0 0
[pid=2074/tid=2083] ppid=2072 vsize=57376 CPUtime=0.16
/proc/2074/task/2083/stat : 2083 (satake) S 2072 2074 27791 0 -1 4202560 895 0 0 0 10 6 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 7 0 0 0 0 0
[pid=2074/tid=2084] ppid=2072 vsize=57376 CPUtime=0.1
/proc/2074/task/2084/stat : 2084 (satake) S 2072 2074 27791 0 -1 4202560 960 0 0 0 6 4 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 14 0 0 0 0 0
[pid=2074/tid=2085] ppid=2072 vsize=57376 CPUtime=0.16
/proc/2074/task/2085/stat : 2085 (satake) S 2072 2074 27791 0 -1 4202560 881 0 0 0 14 2 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2074/tid=2086] ppid=2072 vsize=57376 CPUtime=0.16
/proc/2074/task/2086/stat : 2086 (satake) R 2072 2074 27791 0 -1 4202560 875 0 0 0 10 6 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2074/tid=2087] ppid=2072 vsize=57376 CPUtime=0.18
/proc/2074/task/2087/stat : 2087 (satake) S 2072 2074 27791 0 -1 4202560 869 0 0 0 14 4 0 0 20 0 17 0 635986218 58753024 11478 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 10 0 0 0 0 0
[pid=2074/tid=2088] ppid=2072 vsize=57376 CPUtime=0.12

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

[pid=2074] ppid=2072 vsize=245428 CPUtime=312.19
/proc/2074/stat : 2074 (satake) S 2072 2074 27791 0 -1 4202496 61045 0 0 0 23123 8096 0 0 20 0 17 0 635986217 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2074/statm: 61357 58629 68 164 0 61192 0
[pid=2074/tid=2075] ppid=2072 vsize=245428 CPUtime=54.94
/proc/2074/task/2075/stat : 2075 (satake) R 2072 2074 27791 0 -1 4202560 1554 0 0 0 650 4844 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2074/tid=2076] ppid=2072 vsize=245428 CPUtime=17.48
/proc/2074/task/2076/stat : 2076 (satake) S 2072 2074 27791 0 -1 4202560 3922 0 0 0 1546 202 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 2 0 0 0 0 0
[pid=2074/tid=2077] ppid=2072 vsize=245428 CPUtime=16.18
/proc/2074/task/2077/stat : 2077 (satake) S 2072 2074 27791 0 -1 4202560 3890 0 0 0 1394 224 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 3 0 0 0 0 0
[pid=2074/tid=2078] ppid=2072 vsize=245428 CPUtime=16.38
/proc/2074/task/2078/stat : 2078 (satake) D 2072 2074 27791 0 -1 4202560 3991 0 0 0 1506 132 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2079] ppid=2072 vsize=245428 CPUtime=17.8
/proc/2074/task/2079/stat : 2079 (satake) S 2072 2074 27791 0 -1 4202560 4114 0 0 0 1586 194 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2080] ppid=2072 vsize=245428 CPUtime=15.6
/proc/2074/task/2080/stat : 2080 (satake) S 2072 2074 27791 0 -1 4202560 3768 0 0 0 1370 190 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 0 0 0 0 0 0
[pid=2074/tid=2081] ppid=2072 vsize=245428 CPUtime=18.7
/proc/2074/task/2081/stat : 2081 (satake) S 2072 2074 27791 0 -1 4202560 4229 0 0 0 1656 214 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2082] ppid=2072 vsize=245428 CPUtime=18.44
/proc/2074/task/2082/stat : 2082 (satake) S 2072 2074 27791 0 -1 4202560 3998 0 0 0 1604 240 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 6 0 0 0 0 0
[pid=2074/tid=2083] ppid=2072 vsize=245428 CPUtime=18.7
/proc/2074/task/2083/stat : 2083 (satake) R 2072 2074 27791 0 -1 4202560 3926 0 0 0 1634 236 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134530765 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2074/tid=2084] ppid=2072 vsize=245428 CPUtime=15.72
/proc/2074/task/2084/stat : 2084 (satake) S 2072 2074 27791 0 -1 4202560 3944 0 0 0 1342 230 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 14 0 0 0 0 0
[pid=2074/tid=2085] ppid=2072 vsize=245428 CPUtime=16.02
/proc/2074/task/2085/stat : 2085 (satake) S 2072 2074 27791 0 -1 4202560 3824 0 0 0 1366 236 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2074/tid=2086] ppid=2072 vsize=245428 CPUtime=17.28
/proc/2074/task/2086/stat : 2086 (satake) S 2072 2074 27791 0 -1 4202560 4039 0 0 0 1494 234 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2074/tid=2087] ppid=2072 vsize=245428 CPUtime=18.08
/proc/2074/task/2087/stat : 2087 (satake) S 2072 2074 27791 0 -1 4202560 3996 0 0 0 1588 220 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 10 0 0 0 0 0
[pid=2074/tid=2088] ppid=2072 vsize=245428 CPUtime=16.76
/proc/2074/task/2088/stat : 2088 (satake) S 2072 2074 27791 0 -1 4202560 3701 0 0 0 1466 210 0 0 20 0 17 0 635986218 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 12 0 0 0 0 0
[pid=2074/tid=2089] ppid=2072 vsize=245428 CPUtime=17.84
/proc/2074/task/2089/stat : 2089 (satake) S 2072 2074 27791 0 -1 4202560 4308 0 0 0 1558 226 0 0 20 0 17 0 635986219 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 13 0 0 0 0 0
[pid=2074/tid=2091] ppid=2072 vsize=245428 CPUtime=16.14
/proc/2074/task/2091/stat : 2091 (satake) S 2072 2074 27791 0 -1 4202560 3716 0 0 0 1354 260 0 0 20 0 17 0 635986219 251318272 58629 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 312.19
Current children cumulated vsize (KiB) 245428

[startup+123.207 s]
/proc/loadavg: 3.74 3.22 2.88 2/201 2096
/proc/meminfo: memFree=18907488/36427776 swapFree=4588/244532
[pid=2074] ppid=2072 vsize=245428 CPUtime=315.12
/proc/2074/stat : 2074 (satake) S 2072 2074 27791 0 -1 4202496 61059 0 0 0 23317 8195 0 0 20 0 17 0 635986217 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2074/statm: 61357 58643 68 164 0 61192 0
[pid=2074/tid=2075] ppid=2072 vsize=245428 CPUtime=55.7
/proc/2074/task/2075/stat : 2075 (satake) R 2072 2074 27791 0 -1 4202560 1563 0 0 0 664 4906 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2074/tid=2076] ppid=2072 vsize=245428 CPUtime=17.62
/proc/2074/task/2076/stat : 2076 (satake) S 2072 2074 27791 0 -1 4202560 3923 0 0 0 1558 204 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 2 0 0 0 0 0
[pid=2074/tid=2077] ppid=2072 vsize=245428 CPUtime=16.36
/proc/2074/task/2077/stat : 2077 (satake) S 2072 2074 27791 0 -1 4202560 3890 0 0 0 1410 226 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 3 0 0 0 0 0
[pid=2074/tid=2078] ppid=2072 vsize=245428 CPUtime=16.54
/proc/2074/task/2078/stat : 2078 (satake) S 2072 2074 27791 0 -1 4202560 3991 0 0 0 1516 138 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2079] ppid=2072 vsize=245428 CPUtime=17.88
/proc/2074/task/2079/stat : 2079 (satake) S 2072 2074 27791 0 -1 4202560 4114 0 0 0 1592 196 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2080] ppid=2072 vsize=245428 CPUtime=15.82
/proc/2074/task/2080/stat : 2080 (satake) S 2072 2074 27791 0 -1 4202560 3768 0 0 0 1390 192 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 0 0 0 0 0 0
[pid=2074/tid=2081] ppid=2072 vsize=245428 CPUtime=18.86
/proc/2074/task/2081/stat : 2081 (satake) S 2072 2074 27791 0 -1 4202560 4229 0 0 0 1668 218 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2082] ppid=2072 vsize=245428 CPUtime=18.5
/proc/2074/task/2082/stat : 2082 (satake) S 2072 2074 27791 0 -1 4202560 3998 0 0 0 1610 240 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 6 0 0 0 0 0
[pid=2074/tid=2083] ppid=2072 vsize=245428 CPUtime=18.94
/proc/2074/task/2083/stat : 2083 (satake) S 2072 2074 27791 0 -1 4202560 3927 0 0 0 1658 236 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 7 0 0 0 0 0
[pid=2074/tid=2084] ppid=2072 vsize=245428 CPUtime=15.84
/proc/2074/task/2084/stat : 2084 (satake) S 2072 2074 27791 0 -1 4202560 3945 0 0 0 1354 230 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 14 0 0 0 0 0
[pid=2074/tid=2085] ppid=2072 vsize=245428 CPUtime=16.18
/proc/2074/task/2085/stat : 2085 (satake) S 2072 2074 27791 0 -1 4202560 3825 0 0 0 1380 238 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2074/tid=2086] ppid=2072 vsize=245428 CPUtime=17.44
/proc/2074/task/2086/stat : 2086 (satake) S 2072 2074 27791 0 -1 4202560 4039 0 0 0 1508 236 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2074/tid=2087] ppid=2072 vsize=245428 CPUtime=18.26
/proc/2074/task/2087/stat : 2087 (satake) S 2072 2074 27791 0 -1 4202560 3996 0 0 0 1604 222 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 10 0 0 0 0 0
[pid=2074/tid=2088] ppid=2072 vsize=245428 CPUtime=16.92
/proc/2074/task/2088/stat : 2088 (satake) S 2072 2074 27791 0 -1 4202560 3701 0 0 0 1476 216 0 0 20 0 17 0 635986218 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 12 0 0 0 0 0
[pid=2074/tid=2089] ppid=2072 vsize=245428 CPUtime=17.94
/proc/2074/task/2089/stat : 2089 (satake) D 2072 2074 27791 0 -1 4202560 4308 0 0 0 1564 230 0 0 20 0 17 0 635986219 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2074/tid=2091] ppid=2072 vsize=245428 CPUtime=16.22
/proc/2074/task/2091/stat : 2091 (satake) S 2072 2074 27791 0 -1 4202560 3717 0 0 0 1362 260 0 0 20 0 17 0 635986219 251318272 58643 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 315.12
Current children cumulated vsize (KiB) 245428

[startup+124.004 s]
/proc/loadavg: 3.74 3.22 2.88 2/201 2096
/proc/meminfo: memFree=18907488/36427776 swapFree=4588/244532
[pid=2074] ppid=2072 vsize=245428 CPUtime=316.61
/proc/2074/stat : 2074 (satake) S 2072 2074 27791 0 -1 4202496 61061 0 0 0 23419 8242 0 0 20 0 17 0 635986217 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2074/statm: 61357 58645 68 164 0 61192 0
[pid=2074/tid=2075] ppid=2072 vsize=245428 CPUtime=56.06
/proc/2074/task/2075/stat : 2075 (satake) R 2072 2074 27791 0 -1 4202560 1563 0 0 0 670 4936 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134551066 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2074/tid=2076] ppid=2072 vsize=245428 CPUtime=17.7
/proc/2074/task/2076/stat : 2076 (satake) S 2072 2074 27791 0 -1 4202560 3923 0 0 0 1564 206 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 2 0 0 0 0 0
[pid=2074/tid=2077] ppid=2072 vsize=245428 CPUtime=16.42
/proc/2074/task/2077/stat : 2077 (satake) S 2072 2074 27791 0 -1 4202560 3890 0 0 0 1412 230 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 3 0 0 0 0 0
[pid=2074/tid=2078] ppid=2072 vsize=245428 CPUtime=16.62
/proc/2074/task/2078/stat : 2078 (satake) S 2072 2074 27791 0 -1 4202560 3992 0 0 0 1524 138 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2079] ppid=2072 vsize=245428 CPUtime=17.96
/proc/2074/task/2079/stat : 2079 (satake) S 2072 2074 27791 0 -1 4202560 4114 0 0 0 1600 196 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2080] ppid=2072 vsize=245428 CPUtime=15.88
/proc/2074/task/2080/stat : 2080 (satake) S 2072 2074 27791 0 -1 4202560 3768 0 0 0 1394 194 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 0 0 0 0 0 0
[pid=2074/tid=2081] ppid=2072 vsize=245428 CPUtime=18.94
/proc/2074/task/2081/stat : 2081 (satake) S 2072 2074 27791 0 -1 4202560 4229 0 0 0 1674 220 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2082] ppid=2072 vsize=245428 CPUtime=18.56
/proc/2074/task/2082/stat : 2082 (satake) S 2072 2074 27791 0 -1 4202560 3998 0 0 0 1614 242 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 6 0 0 0 0 0
[pid=2074/tid=2083] ppid=2072 vsize=245428 CPUtime=19
/proc/2074/task/2083/stat : 2083 (satake) S 2072 2074 27791 0 -1 4202560 3927 0 0 0 1662 238 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 7 0 0 0 0 0
[pid=2074/tid=2084] ppid=2072 vsize=245428 CPUtime=15.92
/proc/2074/task/2084/stat : 2084 (satake) S 2072 2074 27791 0 -1 4202560 3945 0 0 0 1362 230 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 14 0 0 0 0 0
[pid=2074/tid=2085] ppid=2072 vsize=245428 CPUtime=16.28
/proc/2074/task/2085/stat : 2085 (satake) S 2072 2074 27791 0 -1 4202560 3825 0 0 0 1388 240 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2074/tid=2086] ppid=2072 vsize=245428 CPUtime=17.5
/proc/2074/task/2086/stat : 2086 (satake) S 2072 2074 27791 0 -1 4202560 4039 0 0 0 1514 236 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2074/tid=2087] ppid=2072 vsize=245428 CPUtime=18.34
/proc/2074/task/2087/stat : 2087 (satake) S 2072 2074 27791 0 -1 4202560 3996 0 0 0 1612 222 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 10 0 0 0 0 0
[pid=2074/tid=2088] ppid=2072 vsize=245428 CPUtime=16.98
/proc/2074/task/2088/stat : 2088 (satake) S 2072 2074 27791 0 -1 4202560 3702 0 0 0 1482 216 0 0 20 0 17 0 635986218 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 12 0 0 0 0 0
[pid=2074/tid=2089] ppid=2072 vsize=245428 CPUtime=18.04
/proc/2074/task/2089/stat : 2089 (satake) R 2072 2074 27791 0 -1 4202560 4308 0 0 0 1574 230 0 0 20 0 17 0 635986219 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2074/tid=2091] ppid=2072 vsize=245428 CPUtime=16.28
/proc/2074/task/2091/stat : 2091 (satake) S 2072 2074 27791 0 -1 4202560 3717 0 0 0 1366 262 0 0 20 0 17 0 635986219 251318272 58645 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 316.61
Current children cumulated vsize (KiB) 245428

[startup+124.802 s]
/proc/loadavg: 3.74 3.22 2.88 2/201 2096
/proc/meminfo: memFree=18907488/36427776 swapFree=4588/244548
[pid=2074] ppid=2072 vsize=244920 CPUtime=318.73
/proc/2074/stat : 2074 (satake) S 2072 2074 27791 0 -1 4202496 61071 0 0 0 23503 8370 0 0 20 0 16 0 635986217 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2074/statm: 61230 58532 77 164 0 61065 0
[pid=2074/tid=2076] ppid=2072 vsize=244920 CPUtime=17.78
/proc/2074/task/2076/stat : 2076 (satake) R 2072 2074 27791 0 -1 4202560 3923 0 0 0 1566 212 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=2074/tid=2077] ppid=2072 vsize=244920 CPUtime=16.5
/proc/2074/task/2077/stat : 2077 (satake) R 2072 2074 27791 0 -1 4202560 3890 0 0 0 1416 234 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=2074/tid=2078] ppid=2072 vsize=244920 CPUtime=16.72
/proc/2074/task/2078/stat : 2078 (satake) R 2072 2074 27791 0 -1 4202560 3992 0 0 0 1530 142 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=2074/tid=2079] ppid=2072 vsize=244920 CPUtime=18.06
/proc/2074/task/2079/stat : 2079 (satake) R 2072 2074 27791 0 -1 4202560 4114 0 0 0 1604 202 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=2074/tid=2080] ppid=2072 vsize=244920 CPUtime=16.02
/proc/2074/task/2080/stat : 2080 (satake) R 2072 2074 27791 0 -1 4202560 3768 0 0 0 1402 200 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=2074/tid=2081] ppid=2072 vsize=244920 CPUtime=19.02
/proc/2074/task/2081/stat : 2081 (satake) S 2072 2074 27791 0 -1 4202560 4238 0 0 0 1676 226 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=2074/tid=2082] ppid=2072 vsize=244920 CPUtime=18.66
/proc/2074/task/2082/stat : 2082 (satake) R 2072 2074 27791 0 -1 4202560 3998 0 0 0 1618 248 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2074/tid=2083] ppid=2072 vsize=244920 CPUtime=19.16
/proc/2074/task/2083/stat : 2083 (satake) S 2072 2074 27791 0 -1 4202560 3927 0 0 0 1670 246 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=2074/tid=2084] ppid=2072 vsize=244920 CPUtime=16
/proc/2074/task/2084/stat : 2084 (satake) R 2072 2074 27791 0 -1 4202560 3945 0 0 0 1364 236 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2074/tid=2085] ppid=2072 vsize=244920 CPUtime=16.36
/proc/2074/task/2085/stat : 2085 (satake) R 2072 2074 27791 0 -1 4202560 3825 0 0 0 1390 246 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579486 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2074/tid=2086] ppid=2072 vsize=244920 CPUtime=17.62
/proc/2074/task/2086/stat : 2086 (satake) R 2072 2074 27791 0 -1 4202560 4039 0 0 0 1520 242 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2074/tid=2087] ppid=2072 vsize=244920 CPUtime=18.46
/proc/2074/task/2087/stat : 2087 (satake) R 2072 2074 27791 0 -1 4202560 3996 0 0 0 1616 230 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2074/tid=2088] ppid=2072 vsize=244920 CPUtime=17.16
/proc/2074/task/2088/stat : 2088 (satake) R 2072 2074 27791 0 -1 4202560 3702 0 0 0 1490 226 0 0 20 0 16 0 635986218 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2074/tid=2089] ppid=2072 vsize=244920 CPUtime=18.16
/proc/2074/task/2089/stat : 2089 (satake) R 2072 2074 27791 0 -1 4202560 4308 0 0 0 1580 236 0 0 20 0 16 0 635986219 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2074/tid=2091] ppid=2072 vsize=244920 CPUtime=16.46
/proc/2074/task/2091/stat : 2091 (satake) R 2072 2074 27791 0 -1 4202560 3717 0 0 0 1378 268 0 0 20 0 16 0 635986219 250798080 58532 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 318.73
Current children cumulated vsize (KiB) 244920

[startup+125.206 s]
/proc/loadavg: 3.74 3.22 2.88 2/201 2096
/proc/meminfo: memFree=18907488/36427776 swapFree=4588/244548
[pid=2074] ppid=2072 vsize=203240 CPUtime=321.46
/proc/2074/stat : 2074 (satake) S 2072 2074 27791 0 -1 4202496 61071 0 0 0 23630 8516 0 0 20 0 2 0 635986217 208117760 48608 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2074/statm: 50554 48608 77 164 0 50389 0
[pid=2074/tid=2084] ppid=2072 vsize=202216 CPUtime=16.18
/proc/2074/task/2084/stat : 2084 (satake) R 2072 2074 27791 0 -1 4202560 3945 0 0 0 1372 246 0 0 20 0 2 0 635986218 207069184 48608 18446744073709551615 134512640 135180984 4293358944 18446744073709551615 134702308 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 321.46
Current children cumulated vsize (KiB) 203240

Child status: 16
Real time (s): 125.265
CPU time (s): 321.532
CPU user time (s): 236.319
CPU system time (s): 85.2133
CPU usage (%): 256.682
Max. virtual memory (cumulated for all children) (KiB): 245428


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 236.319
system time used= 85.2133
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61072
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= 7325228
involuntary context switches= 696179

runsolver used 0.516032 second user time and 1.49209 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-12 02:33:19
IDJOB=1778727
IDBENCH=70756
IDSOLVER=631
FILE ID=xenhost3-49/1778727-1244766799
PBS_JOBID=
Free space on /tmp= 7037 MiB

SOLVER NAME= satake 2009-03-22 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minor/minor064.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778727-1244766799/watcher-1778727-1244766799 -o /tmp/evaluation-result-1778727-1244766799/solver-1778727-1244766799 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1778727-1244766799.cnf 16 10000

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

MD5SUM BENCH= 1a151a1e93387c74239b48070e3eed97
RANDOM SEED= 1495811131

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:      19138632 kB
Buffers:        433640 kB
Cached:       14103208 kB
SwapCached:          0 kB
Active:        4079068 kB
Inactive:     10466412 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            1608 kB
Writeback:           0 kB
AnonPages:        9236 kB
Mapped:           3752 kB
Slab:           688024 kB
SReclaimable:   661268 kB
SUnreclaim:      26756 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29612 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7037 MiB
End job on xenhost3-49 at 2009-06-12 02:35:24