Trace number 1778937

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 120.172 96.7933

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl016.cnf
MD5SUM505fee3283f518ccb9d234f549b3c214
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.66
Satisfiable
(Un)Satisfiability was proved
Number of variables4567
Number of clauses13652
Sum of the clauses size31852
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29100
Number of clauses of size 34550
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

119.73/96.78	c Benchmark name    : HOME/instance-1778937-1244773851.cnf
119.73/96.78	c Thread Num        :           16
119.73/96.78	c restarts          :            9
119.73/96.78	c conflicts         :         4951
119.73/96.78	c decisions         :         8029           (       83 / sec      )
119.73/96.78	c propagations      :      3667099           (    37939 / sec      )
119.73/96.78	c inspects          :     14114519           (   146024 / sec      )
119.73/96.78	c conflict literals :       188217           (    74.40 % deleted  )
119.73/96.78	c cpu time          :        96.66           
119.73/96.78	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-1778937-1244773851/watcher-1778937-1244773851 -o /tmp/evaluation-result-1778937-1244773851/solver-1778937-1244773851 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1778937-1244773851.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: 5.41 6.05 6.59 2/184 2964
/proc/meminfo: memFree=19142044/36427776 swapFree=4316/7692
[pid=2964] ppid=2962 vsize=5172 CPUtime=0
/proc/2964/stat : 2964 (satake) R 2962 2964 27791 0 -1 4202496 280 0 0 0 0 0 0 0 20 0 12 0 636691462 5296128 237 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134702083 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2964/statm: 1293 238 62 164 0 1128 0
[pid=2964/tid=2965] ppid=2962 vsize=7252 CPUtime=0
/proc/2964/task/2965/stat : 2965 (satake) S 2962 2964 27791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 15 0 636691462 7426048 393 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2966] ppid=2962 vsize=7252 CPUtime=0
/proc/2964/task/2966/stat : 2966 (satake) S 2962 2964 27791 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 15 0 636691462 7426048 393 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=2964/tid=2967] ppid=2962 vsize=7252 CPUtime=0
/proc/2964/task/2967/stat : 2967 (satake) D 2962 2964 27791 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 15 0 636691462 7426048 393 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2964/tid=2968] ppid=2962 vsize=7252 CPUtime=0
/proc/2964/task/2968/stat : 2968 (satake) D 2962 2964 27791 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 15 0 636691462 7426048 393 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2969] ppid=2962 vsize=7252 CPUtime=0
/proc/2964/task/2969/stat : 2969 (satake) S 2962 2964 27791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 636691462 7426048 394 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2970] ppid=2962 vsize=7256 CPUtime=0
/proc/2964/task/2970/stat : 2970 (satake) D 2962 2964 27791 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 15 0 636691462 7430144 394 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2971] ppid=2962 vsize=7256 CPUtime=0
/proc/2964/task/2971/stat : 2971 (satake) D 2962 2964 27791 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 15 0 636691462 7430144 397 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2964/tid=2972] ppid=2962 vsize=7256 CPUtime=0
/proc/2964/task/2972/stat : 2972 (satake) D 2962 2964 27791 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 15 0 636691462 7430144 398 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2973] ppid=2962 vsize=7256 CPUtime=0
/proc/2964/task/2973/stat : 2973 (satake) D 2962 2964 27791 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 16 0 636691462 7430144 400 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2964/tid=2974] ppid=2962 vsize=7256 CPUtime=0
/proc/2964/task/2974/stat : 2974 (satake) R 2962 2964 27791 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 16 0 636691462 7430144 401 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2975] ppid=2962 vsize=7256 CPUtime=0
/proc/2964/task/2975/stat : 2975 (satake) S 2962 2964 27791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 16 0 636691462 7430144 403 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=2964/tid=2976] ppid=2962 vsize=7256 CPUtime=0
/proc/2964/task/2976/stat : 2976 (satake) D 2962 2964 27791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 16 0 636691463 7430144 407 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2977] ppid=2962 vsize=7320 CPUtime=0
/proc/2964/task/2977/stat : 2977 (satake) D 2962 2964 27791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 636691463 7495680 408 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134675767 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2964/tid=2978] ppid=2962 vsize=7320 CPUtime=0
/proc/2964/task/2978/stat : 2978 (satake) R 2962 2964 27791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 636691463 7495680 409 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134583077 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2964/tid=2979] ppid=2962 vsize=7320 CPUtime=0
/proc/2964/task/2979/stat : 2979 (satake) R 2962 2964 27791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 636691463 7495680 411 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134675846 0 0 1 0 0 0 0 -1 8 0 0 0 0 0

[startup+0.048208 s]
/proc/loadavg: 5.41 6.05 6.59 2/184 2964
/proc/meminfo: memFree=19142044/36427776 swapFree=4316/7692
[pid=2964] ppid=2962 vsize=13784 CPUtime=0.19
/proc/2964/stat : 2964 (satake) S 2962 2964 27791 0 -1 4202496 1853 0 0 0 10 9 0 0 20 0 17 0 636691462 14114816 1793 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2964/statm: 3446 1798 63 164 0 3281 0
[pid=2964/tid=2965] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2965/stat : 2965 (satake) S 2962 2964 27791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 636691462 14114816 1803 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2966] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2966/stat : 2966 (satake) R 2962 2964 27791 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 17 0 636691462 14114816 1803 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134675846 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2964/tid=2967] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2967/stat : 2967 (satake) R 2962 2964 27791 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 17 0 636691462 14114816 1804 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2964/tid=2968] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2968/stat : 2968 (satake) R 2962 2964 27791 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 17 0 636691462 14114816 1806 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2969] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2969/stat : 2969 (satake) S 2962 2964 27791 0 -1 4202560 161 0 0 0 0 0 0 0 20 0 17 0 636691462 14114816 1807 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2970] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2970/stat : 2970 (satake) R 2962 2964 27791 0 -1 4202560 102 0 0 0 0 0 0 0 20 0 17 0 636691462 14114816 1809 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2971] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2971/stat : 2971 (satake) D 2962 2964 27791 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 17 0 636691462 14114816 1809 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134702260 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2964/tid=2972] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2972/stat : 2972 (satake) R 2962 2964 27791 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 17 0 636691462 14114816 1809 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134702260 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2973] ppid=2962 vsize=13784 CPUtime=0.02
/proc/2964/task/2973/stat : 2973 (satake) S 2962 2964 27791 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 17 0 636691462 14114816 1809 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
[pid=2964/tid=2974] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2974/stat : 2974 (satake) R 2962 2964 27791 0 -1 4202560 86 0 0 0 0 0 0 0 20 0 17 0 636691462 14114816 1814 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134534924 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2975] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2975/stat : 2975 (satake) R 2962 2964 27791 0 -1 4202560 106 0 0 0 0 0 0 0 20 0 17 0 636691462 14114816 1816 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2964/tid=2976] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2976/stat : 2976 (satake) R 2962 2964 27791 0 -1 4202560 127 0 0 0 0 0 0 0 20 0 17 0 636691463 14114816 1818 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2977] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2977/stat : 2977 (satake) R 2962 2964 27791 0 -1 4202560 127 0 0 0 0 0 0 0 20 0 17 0 636691463 14114816 1818 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2964/tid=2978] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2978/stat : 2978 (satake) R 2962 2964 27791 0 -1 4202560 99 0 0 0 0 0 0 0 20 0 17 0 636691463 14114816 1818 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2964/tid=2979] ppid=2962 vsize=13784 CPUtime=0
/proc/2964/task/2979/stat : 2979 (satake) R 2962 2964 27791 0 -1 4202560 77 0 0 0 0 0 0 0 20 0 17 0 636691463 14114816 1819 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134702260 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13784

[startup+0.104208 s]
/proc/loadavg: 5.41 6.05 6.59 2/184 2964
/proc/meminfo: memFree=19142044/36427776 swapFree=4316/7692
[pid=2964] ppid=2962 vsize=22416 CPUtime=0.49
/proc/2964/stat : 2964 (satake) S 2962 2964 27791 0 -1 4202496 3756 0 0 0 28 21 0 0 20 0 17 0 636691462 22953984 3551 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2964/statm: 5604 3553 66 164 0 5439 0
[pid=2964/tid=2965] ppid=2962 vsize=22416 CPUtime=0
/proc/2964/task/2965/stat : 2965 (satake) S 2962 2964 27791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 636691462 22953984 3553 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2966] ppid=2962 vsize=22416 CPUtime=0.02
/proc/2964/task/2966/stat : 2966 (satake) S 2962 2964 27791 0 -1 4202560 301 0 0 0 0 2 0 0 20 0 17 0 636691462 22953984 3553 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=2964/tid=2967] ppid=2962 vsize=22416 CPUtime=0.04
/proc/2964/task/2967/stat : 2967 (satake) R 2962 2964 27791 0 -1 4202560 336 0 0 0 4 0 0 0 20 0 17 0 636691462 22953984 3553 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134523713 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2964/tid=2968] ppid=2962 vsize=22416 CPUtime=0.04
/proc/2964/task/2968/stat : 2968 (satake) S 2962 2964 27791 0 -1 4202560 311 0 0 0 4 0 0 0 20 0 17 0 636691462 22953984 3556 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2969] ppid=2962 vsize=22416 CPUtime=0.04
/proc/2964/task/2969/stat : 2969 (satake) R 2962 2964 27791 0 -1 4202560 309 0 0 0 4 0 0 0 20 0 17 0 636691462 22953984 3558 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2970] ppid=2962 vsize=22416 CPUtime=0.02
/proc/2964/task/2970/stat : 2970 (satake) R 2962 2964 27791 0 -1 4202560 161 0 0 0 0 2 0 0 20 0 17 0 636691462 22953984 3560 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2971] ppid=2962 vsize=22416 CPUtime=0.02
/proc/2964/task/2971/stat : 2971 (satake) R 2962 2964 27791 0 -1 4202560 297 0 0 0 2 0 0 0 20 0 17 0 636691462 22953984 3561 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134702260 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=2964/tid=2972] ppid=2962 vsize=22416 CPUtime=0.02
/proc/2964/task/2972/stat : 2972 (satake) S 2962 2964 27791 0 -1 4202560 235 0 0 0 2 0 0 0 20 0 17 0 636691462 22953984 3561 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2973] ppid=2962 vsize=22416 CPUtime=0.02
/proc/2964/task/2973/stat : 2973 (satake) R 2962 2964 27791 0 -1 4202560 278 0 0 0 2 0 0 0 20 0 17 0 636691462 22953984 3563 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134520025 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=2964/tid=2974] ppid=2962 vsize=22416 CPUtime=0.02
/proc/2964/task/2974/stat : 2974 (satake) S 2962 2964 27791 0 -1 4202560 231 0 0 0 2 0 0 0 20 0 17 0 636691462 22953984 3568 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2975] ppid=2962 vsize=24464 CPUtime=0.02
/proc/2964/task/2975/stat : 2975 (satake) S 2962 2964 27791 0 -1 4202560 221 0 0 0 2 0 0 0 20 0 17 0 636691462 25051136 3568 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=2964/tid=2976] ppid=2962 vsize=23440 CPUtime=0.02
/proc/2964/task/2976/stat : 2976 (satake) S 2962 2964 27791 0 -1 4202560 252 0 0 0 0 2 0 0 20 0 17 0 636691463 24002560 3569 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2977] ppid=2962 vsize=23440 CPUtime=0.02
/proc/2964/task/2977/stat : 2977 (satake) D 2962 2964 27791 0 -1 4202560 226 0 0 0 0 2 0 0 20 0 17 0 636691463 24002560 3569 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134522569 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=2964/tid=2978] ppid=2962 vsize=23440 CPUtime=0.02
/proc/2964/task/2978/stat : 2978 (satake) R 2962 2964 27791 0 -1 4202560 227 0 0 0 0 2 0 0 20 0 17 0 636691463 24002560 3571 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134691935 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2964/tid=2979] ppid=2962 vsize=23440 CPUtime=0
/proc/2964/task/2979/stat : 2979 (satake) R 2962 2964 27791 0 -1 4202560 127 0 0 0 0 0 0 0 20 0 17 0 636691463 24002560 3571 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 22416

[startup+0.304214 s]
/proc/loadavg: 5.41 6.05 6.59 2/184 2964
/proc/meminfo: memFree=19142044/36427776 swapFree=4316/7692
[pid=2964] ppid=2962 vsize=27276 CPUtime=1.38
/proc/2964/stat : 2964 (satake) S 2962 2964 27791 0 -1 4202496 5080 0 0 0 108 30 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2964/statm: 6819 4299 68 164 0 6654 0
[pid=2964/tid=2965] ppid=2962 vsize=27276 CPUtime=0.04
/proc/2964/task/2965/stat : 2965 (satake) R 2962 2964 27791 0 -1 4202560 72 0 0 0 0 4 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2966] ppid=2962 vsize=27276 CPUtime=0.08
/proc/2964/task/2966/stat : 2966 (satake) S 2962 2964 27791 0 -1 4202560 370 0 0 0 6 2 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 6 0 0 0 0 0
[pid=2964/tid=2967] ppid=2962 vsize=27276 CPUtime=0.08
/proc/2964/task/2967/stat : 2967 (satake) R 2962 2964 27791 0 -1 4202560 349 0 0 0 6 2 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2964/tid=2968] ppid=2962 vsize=27276 CPUtime=0.08
/proc/2964/task/2968/stat : 2968 (satake) S 2962 2964 27791 0 -1 4202560 318 0 0 0 8 0 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2969] ppid=2962 vsize=27276 CPUtime=0.12
/proc/2964/task/2969/stat : 2969 (satake) R 2962 2964 27791 0 -1 4202560 318 0 0 0 8 4 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134523716 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2970] ppid=2962 vsize=27276 CPUtime=0.04
/proc/2964/task/2970/stat : 2970 (satake) S 2962 2964 27791 0 -1 4202560 335 0 0 0 2 2 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2971] ppid=2962 vsize=27276 CPUtime=0.1
/proc/2964/task/2971/stat : 2971 (satake) S 2962 2964 27791 0 -1 4202560 314 0 0 0 10 0 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 10 0 0 0 0 0
[pid=2964/tid=2972] ppid=2962 vsize=27276 CPUtime=0.06
/proc/2964/task/2972/stat : 2972 (satake) S 2962 2964 27791 0 -1 4202560 329 0 0 0 6 0 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2973] ppid=2962 vsize=27276 CPUtime=0.1
/proc/2964/task/2973/stat : 2973 (satake) S 2962 2964 27791 0 -1 4202560 292 0 0 0 10 0 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 12 0 0 0 0 0
[pid=2964/tid=2974] ppid=2962 vsize=27276 CPUtime=0.06
/proc/2964/task/2974/stat : 2974 (satake) S 2962 2964 27791 0 -1 4202560 327 0 0 0 6 0 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2975] ppid=2962 vsize=27276 CPUtime=0.08
/proc/2964/task/2975/stat : 2975 (satake) S 2962 2964 27791 0 -1 4202560 312 0 0 0 8 0 0 0 20 0 17 0 636691462 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 13 0 0 0 0 0
[pid=2964/tid=2976] ppid=2962 vsize=27276 CPUtime=0.08
/proc/2964/task/2976/stat : 2976 (satake) S 2962 2964 27791 0 -1 4202560 331 0 0 0 6 2 0 0 20 0 17 0 636691463 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2977] ppid=2962 vsize=27276 CPUtime=0.08
/proc/2964/task/2977/stat : 2977 (satake) S 2962 2964 27791 0 -1 4202560 332 0 0 0 6 2 0 0 20 0 17 0 636691463 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 14 0 0 0 0 0
[pid=2964/tid=2978] ppid=2962 vsize=27276 CPUtime=0.08
/proc/2964/task/2978/stat : 2978 (satake) S 2962 2964 27791 0 -1 4202560 339 0 0 0 6 2 0 0 20 0 17 0 636691463 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 15 0 0 0 0 0
[pid=2964/tid=2979] ppid=2962 vsize=27276 CPUtime=0.06
/proc/2964/task/2979/stat : 2979 (satake) S 2962 2964 27791 0 -1 4202560 327 0 0 0 6 0 0 0 20 0 17 0 636691463 27930624 4299 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 27276

[startup+0.703749 s]
/proc/loadavg: 5.41 6.05 6.59 2/184 2964
/proc/meminfo: memFree=19142044/36427776 swapFree=4316/7692
[pid=2964] ppid=2962 vsize=27276 CPUtime=1.94
/proc/2964/stat : 2964 (satake) S 2962 2964 27791 0 -1 4202496 5143 0 0 0 131 63 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2964/statm: 6819 4362 68 164 0 6654 0
[pid=2964/tid=2965] ppid=2962 vsize=27276 CPUtime=0.26
/proc/2964/task/2965/stat : 2965 (satake) D 2962 2964 27791 0 -1 4202560 76 0 0 0 2 24 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2966] ppid=2962 vsize=27276 CPUtime=0.14
/proc/2964/task/2966/stat : 2966 (satake) S 2962 2964 27791 0 -1 4202560 383 0 0 0 10 4 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 6 0 0 0 0 0
[pid=2964/tid=2967] ppid=2962 vsize=27276 CPUtime=0.12
/proc/2964/task/2967/stat : 2967 (satake) S 2962 2964 27791 0 -1 4202560 353 0 0 0 8 4 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 7 0 0 0 0 0
[pid=2964/tid=2968] ppid=2962 vsize=27276 CPUtime=0.08
/proc/2964/task/2968/stat : 2968 (satake) S 2962 2964 27791 0 -1 4202560 318 0 0 0 8 0 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2969] ppid=2962 vsize=27276 CPUtime=0.14
/proc/2964/task/2969/stat : 2969 (satake) S 2962 2964 27791 0 -1 4202560 320 0 0 0 10 4 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2970] ppid=2962 vsize=27276 CPUtime=0.04
/proc/2964/task/2970/stat : 2970 (satake) S 2962 2964 27791 0 -1 4202560 335 0 0 0 2 2 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2971] ppid=2962 vsize=27276 CPUtime=0.1
/proc/2964/task/2971/stat : 2971 (satake) S 2962 2964 27791 0 -1 4202560 314 0 0 0 10 0 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 10 0 0 0 0 0
[pid=2964/tid=2972] ppid=2962 vsize=27276 CPUtime=0.12
/proc/2964/task/2972/stat : 2972 (satake) S 2962 2964 27791 0 -1 4202560 337 0 0 0 10 2 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2973] ppid=2962 vsize=27276 CPUtime=0.1
/proc/2964/task/2973/stat : 2973 (satake) S 2962 2964 27791 0 -1 4202560 292 0 0 0 10 0 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 12 0 0 0 0 0
[pid=2964/tid=2974] ppid=2962 vsize=27276 CPUtime=0.06
/proc/2964/task/2974/stat : 2974 (satake) S 2962 2964 27791 0 -1 4202560 327 0 0 0 6 0 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2975] ppid=2962 vsize=27276 CPUtime=0.14
/proc/2964/task/2975/stat : 2975 (satake) S 2962 2964 27791 0 -1 4202560 320 0 0 0 10 4 0 0 20 0 17 0 636691462 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 13 0 0 0 0 0
[pid=2964/tid=2976] ppid=2962 vsize=27276 CPUtime=0.14
/proc/2964/task/2976/stat : 2976 (satake) S 2962 2964 27791 0 -1 4202560 339 0 0 0 10 4 0 0 20 0 17 0 636691463 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2977] ppid=2962 vsize=27276 CPUtime=0.14
/proc/2964/task/2977/stat : 2977 (satake) S 2962 2964 27791 0 -1 4202560 343 0 0 0 10 4 0 0 20 0 17 0 636691463 27930624 4362 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 14 0 0 0 0 0
[pid=2964/tid=2978] ppid=2962 vsize=27276 CPUtime=0.08

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

/proc/2964/task/2979/stat : 2979 (satake) S 2962 2964 27791 0 -1 4202560 636 0 0 0 320 212 0 0 20 0 17 0 636691463 47570944 9391 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2981] ppid=2962 vsize=46456 CPUtime=5.16
/proc/2964/task/2981/stat : 2981 (satake) S 2962 2964 27791 0 -1 4202560 585 0 0 0 290 226 0 0 20 0 17 0 636691463 47570944 9391 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 114.9
Current children cumulated vsize (KiB) 46456

[startup+94.3034 s]
/proc/loadavg: 2.85 5.02 6.18 3/201 2981
/proc/meminfo: memFree=19102640/36427776 swapFree=4588/47608
[pid=2964] ppid=2962 vsize=46456 CPUtime=116.66
/proc/2964/stat : 2964 (satake) S 2962 2964 27791 0 -1 4202496 10195 0 0 0 5072 6594 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2964/statm: 11614 9414 68 164 0 11449 0
[pid=2964/tid=2965] ppid=2962 vsize=46456 CPUtime=43.68
/proc/2964/task/2965/stat : 2965 (satake) R 2962 2964 27791 0 -1 4202560 792 0 0 0 542 3826 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580588 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2966] ppid=2962 vsize=46456 CPUtime=4.34
/proc/2964/task/2966/stat : 2966 (satake) S 2962 2964 27791 0 -1 4202560 655 0 0 0 262 172 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 6 0 0 0 0 0
[pid=2964/tid=2967] ppid=2962 vsize=46456 CPUtime=4.22
/proc/2964/task/2967/stat : 2967 (satake) S 2962 2964 27791 0 -1 4202560 646 0 0 0 238 184 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 7 0 0 0 0 0
[pid=2964/tid=2968] ppid=2962 vsize=46456 CPUtime=2.84
/proc/2964/task/2968/stat : 2968 (satake) S 2962 2964 27791 0 -1 4202560 611 0 0 0 198 86 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2969] ppid=2962 vsize=46456 CPUtime=4.44
/proc/2964/task/2969/stat : 2969 (satake) S 2962 2964 27791 0 -1 4202560 594 0 0 0 282 162 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2970] ppid=2962 vsize=46456 CPUtime=4.4
/proc/2964/task/2970/stat : 2970 (satake) S 2962 2964 27791 0 -1 4202560 626 0 0 0 270 170 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2971] ppid=2962 vsize=46456 CPUtime=4.84
/proc/2964/task/2971/stat : 2971 (satake) S 2962 2964 27791 0 -1 4202560 614 0 0 0 314 170 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 10 0 0 0 0 0
[pid=2964/tid=2972] ppid=2962 vsize=46456 CPUtime=4.84
/proc/2964/task/2972/stat : 2972 (satake) S 2962 2964 27791 0 -1 4202560 627 0 0 0 310 174 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2973] ppid=2962 vsize=46456 CPUtime=4.96
/proc/2964/task/2973/stat : 2973 (satake) S 2962 2964 27791 0 -1 4202560 579 0 0 0 316 180 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 12 0 0 0 0 0
[pid=2964/tid=2974] ppid=2962 vsize=46456 CPUtime=5.18
/proc/2964/task/2974/stat : 2974 (satake) S 2962 2964 27791 0 -1 4202560 638 0 0 0 308 210 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2975] ppid=2962 vsize=46456 CPUtime=5.34
/proc/2964/task/2975/stat : 2975 (satake) S 2962 2964 27791 0 -1 4202560 592 0 0 0 316 218 0 0 20 0 17 0 636691462 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 13 0 0 0 0 0
[pid=2964/tid=2976] ppid=2962 vsize=46456 CPUtime=5.54
/proc/2964/task/2976/stat : 2976 (satake) S 2962 2964 27791 0 -1 4202560 637 0 0 0 354 200 0 0 20 0 17 0 636691463 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2977] ppid=2962 vsize=46456 CPUtime=5.62
/proc/2964/task/2977/stat : 2977 (satake) S 2962 2964 27791 0 -1 4202560 618 0 0 0 362 200 0 0 20 0 17 0 636691463 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 14 0 0 0 0 0
[pid=2964/tid=2978] ppid=2962 vsize=46456 CPUtime=5.66
/proc/2964/task/2978/stat : 2978 (satake) S 2962 2964 27791 0 -1 4202560 620 0 0 0 374 192 0 0 20 0 17 0 636691463 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 15 0 0 0 0 0
[pid=2964/tid=2979] ppid=2962 vsize=46456 CPUtime=5.32
/proc/2964/task/2979/stat : 2979 (satake) S 2962 2964 27791 0 -1 4202560 636 0 0 0 320 212 0 0 20 0 17 0 636691463 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2981] ppid=2962 vsize=46456 CPUtime=5.3
/proc/2964/task/2981/stat : 2981 (satake) S 2962 2964 27791 0 -1 4202560 585 0 0 0 298 232 0 0 20 0 17 0 636691463 47570944 9414 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 116.66
Current children cumulated vsize (KiB) 46456

[startup+95.9035 s]
/proc/loadavg: 2.78 4.97 6.15 3/201 2981
/proc/meminfo: memFree=19102516/36427776 swapFree=4588/47632
[pid=2964] ppid=2962 vsize=46456 CPUtime=118.53
/proc/2964/stat : 2964 (satake) S 2962 2964 27791 0 -1 4202496 10199 0 0 0 5160 6693 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2964/statm: 11614 9418 68 164 0 11449 0
[pid=2964/tid=2965] ppid=2962 vsize=46456 CPUtime=44.36
/proc/2964/task/2965/stat : 2965 (satake) R 2962 2964 27791 0 -1 4202560 795 0 0 0 552 3884 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2966] ppid=2962 vsize=46456 CPUtime=4.36
/proc/2964/task/2966/stat : 2966 (satake) S 2962 2964 27791 0 -1 4202560 655 0 0 0 264 172 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 6 0 0 0 0 0
[pid=2964/tid=2967] ppid=2962 vsize=46456 CPUtime=4.3
/proc/2964/task/2967/stat : 2967 (satake) S 2962 2964 27791 0 -1 4202560 646 0 0 0 244 186 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 7 0 0 0 0 0
[pid=2964/tid=2968] ppid=2962 vsize=46456 CPUtime=2.92
/proc/2964/task/2968/stat : 2968 (satake) S 2962 2964 27791 0 -1 4202560 611 0 0 0 206 86 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2969] ppid=2962 vsize=46456 CPUtime=4.52
/proc/2964/task/2969/stat : 2969 (satake) S 2962 2964 27791 0 -1 4202560 594 0 0 0 286 166 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2970] ppid=2962 vsize=46456 CPUtime=4.54
/proc/2964/task/2970/stat : 2970 (satake) D 2962 2964 27791 0 -1 4202560 626 0 0 0 278 176 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2971] ppid=2962 vsize=46456 CPUtime=4.94
/proc/2964/task/2971/stat : 2971 (satake) S 2962 2964 27791 0 -1 4202560 615 0 0 0 322 172 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 10 0 0 0 0 0
[pid=2964/tid=2972] ppid=2962 vsize=46456 CPUtime=4.9
/proc/2964/task/2972/stat : 2972 (satake) S 2962 2964 27791 0 -1 4202560 627 0 0 0 310 180 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2973] ppid=2962 vsize=46456 CPUtime=5.04
/proc/2964/task/2973/stat : 2973 (satake) S 2962 2964 27791 0 -1 4202560 579 0 0 0 322 182 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 12 0 0 0 0 0
[pid=2964/tid=2974] ppid=2962 vsize=46456 CPUtime=5.3
/proc/2964/task/2974/stat : 2974 (satake) S 2962 2964 27791 0 -1 4202560 638 0 0 0 314 216 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2975] ppid=2962 vsize=46456 CPUtime=5.4
/proc/2964/task/2975/stat : 2975 (satake) S 2962 2964 27791 0 -1 4202560 592 0 0 0 318 222 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 13 0 0 0 0 0
[pid=2964/tid=2976] ppid=2962 vsize=46456 CPUtime=5.56
/proc/2964/task/2976/stat : 2976 (satake) S 2962 2964 27791 0 -1 4202560 637 0 0 0 356 200 0 0 20 0 17 0 636691463 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2977] ppid=2962 vsize=46456 CPUtime=5.72
/proc/2964/task/2977/stat : 2977 (satake) S 2962 2964 27791 0 -1 4202560 618 0 0 0 370 202 0 0 20 0 17 0 636691463 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 14 0 0 0 0 0
[pid=2964/tid=2978] ppid=2962 vsize=46456 CPUtime=5.76
/proc/2964/task/2978/stat : 2978 (satake) S 2962 2964 27791 0 -1 4202560 620 0 0 0 380 196 0 0 20 0 17 0 636691463 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 15 0 0 0 0 0
[pid=2964/tid=2979] ppid=2962 vsize=46456 CPUtime=5.46
/proc/2964/task/2979/stat : 2979 (satake) S 2962 2964 27791 0 -1 4202560 636 0 0 0 332 214 0 0 20 0 17 0 636691463 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2981] ppid=2962 vsize=46456 CPUtime=5.34
/proc/2964/task/2981/stat : 2981 (satake) S 2962 2964 27791 0 -1 4202560 585 0 0 0 300 234 0 0 20 0 17 0 636691463 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 118.53
Current children cumulated vsize (KiB) 46456

[startup+96.3036 s]
/proc/loadavg: 2.78 4.97 6.15 3/201 2981
/proc/meminfo: memFree=19102516/36427776 swapFree=4588/47632
[pid=2964] ppid=2962 vsize=46456 CPUtime=118.95
/proc/2964/stat : 2964 (satake) S 2962 2964 27791 0 -1 4202496 10199 0 0 0 5178 6717 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2964/statm: 11614 9418 68 164 0 11449 0
[pid=2964/tid=2965] ppid=2962 vsize=46456 CPUtime=44.54
/proc/2964/task/2965/stat : 2965 (satake) D 2962 2964 27791 0 -1 4202560 795 0 0 0 558 3896 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2966] ppid=2962 vsize=46456 CPUtime=4.36
/proc/2964/task/2966/stat : 2966 (satake) S 2962 2964 27791 0 -1 4202560 655 0 0 0 264 172 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 6 0 0 0 0 0
[pid=2964/tid=2967] ppid=2962 vsize=46456 CPUtime=4.3
/proc/2964/task/2967/stat : 2967 (satake) S 2962 2964 27791 0 -1 4202560 646 0 0 0 244 186 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 7 0 0 0 0 0
[pid=2964/tid=2968] ppid=2962 vsize=46456 CPUtime=2.92
/proc/2964/task/2968/stat : 2968 (satake) S 2962 2964 27791 0 -1 4202560 611 0 0 0 206 86 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2969] ppid=2962 vsize=46456 CPUtime=4.52
/proc/2964/task/2969/stat : 2969 (satake) S 2962 2964 27791 0 -1 4202560 594 0 0 0 286 166 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2970] ppid=2962 vsize=46456 CPUtime=4.58
/proc/2964/task/2970/stat : 2970 (satake) S 2962 2964 27791 0 -1 4202560 626 0 0 0 280 178 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2971] ppid=2962 vsize=46456 CPUtime=4.94
/proc/2964/task/2971/stat : 2971 (satake) S 2962 2964 27791 0 -1 4202560 615 0 0 0 322 172 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 10 0 0 0 0 0
[pid=2964/tid=2972] ppid=2962 vsize=46456 CPUtime=4.9
/proc/2964/task/2972/stat : 2972 (satake) S 2962 2964 27791 0 -1 4202560 627 0 0 0 310 180 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2973] ppid=2962 vsize=46456 CPUtime=5.04
/proc/2964/task/2973/stat : 2973 (satake) S 2962 2964 27791 0 -1 4202560 579 0 0 0 322 182 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 12 0 0 0 0 0
[pid=2964/tid=2974] ppid=2962 vsize=46456 CPUtime=5.38
/proc/2964/task/2974/stat : 2974 (satake) S 2962 2964 27791 0 -1 4202560 638 0 0 0 320 218 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2975] ppid=2962 vsize=46456 CPUtime=5.4
/proc/2964/task/2975/stat : 2975 (satake) S 2962 2964 27791 0 -1 4202560 592 0 0 0 318 222 0 0 20 0 17 0 636691462 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 13 0 0 0 0 0
[pid=2964/tid=2976] ppid=2962 vsize=46456 CPUtime=5.56
/proc/2964/task/2976/stat : 2976 (satake) S 2962 2964 27791 0 -1 4202560 637 0 0 0 356 200 0 0 20 0 17 0 636691463 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2977] ppid=2962 vsize=46456 CPUtime=5.72
/proc/2964/task/2977/stat : 2977 (satake) S 2962 2964 27791 0 -1 4202560 618 0 0 0 370 202 0 0 20 0 17 0 636691463 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 14 0 0 0 0 0
[pid=2964/tid=2978] ppid=2962 vsize=46456 CPUtime=5.78
/proc/2964/task/2978/stat : 2978 (satake) R 2962 2964 27791 0 -1 4202560 620 0 0 0 380 198 0 0 20 0 17 0 636691463 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134706407 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2964/tid=2979] ppid=2962 vsize=46456 CPUtime=5.58
/proc/2964/task/2979/stat : 2979 (satake) S 2962 2964 27791 0 -1 4202560 636 0 0 0 338 220 0 0 20 0 17 0 636691463 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2981] ppid=2962 vsize=46456 CPUtime=5.34
/proc/2964/task/2981/stat : 2981 (satake) S 2962 2964 27791 0 -1 4202560 585 0 0 0 300 234 0 0 20 0 17 0 636691463 47570944 9418 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134580407 0 0 1 0 18446744071565235304 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 118.95
Current children cumulated vsize (KiB) 46456

[startup+96.7036 s]
/proc/loadavg: 2.78 4.97 6.15 5/201 2981
/proc/meminfo: memFree=19102516/36427776 swapFree=4588/47644
[pid=2964] ppid=2962 vsize=46456 CPUtime=119.73
/proc/2964/stat : 2964 (satake) S 2962 2964 27791 0 -1 4202496 10208 0 0 0 5201 6772 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134573496 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2964/statm: 11614 9425 77 164 0 11449 0
[pid=2964/tid=2965] ppid=2962 vsize=46456 CPUtime=44.76
/proc/2964/task/2965/stat : 2965 (satake) R 2962 2964 27791 0 -1 4202560 795 0 0 0 560 3916 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2966] ppid=2962 vsize=46456 CPUtime=4.4
/proc/2964/task/2966/stat : 2966 (satake) R 2962 2964 27791 0 -1 4202560 655 0 0 0 264 176 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=2964/tid=2967] ppid=2962 vsize=46456 CPUtime=4.38
/proc/2964/task/2967/stat : 2967 (satake) R 2962 2964 27791 0 -1 4202560 646 0 0 0 246 192 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134531534 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=2964/tid=2968] ppid=2962 vsize=46456 CPUtime=2.96
/proc/2964/task/2968/stat : 2968 (satake) R 2962 2964 27791 0 -1 4202560 611 0 0 0 208 88 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=2964/tid=2969] ppid=2962 vsize=46456 CPUtime=4.58
/proc/2964/task/2969/stat : 2969 (satake) R 2962 2964 27791 0 -1 4202560 594 0 0 0 288 170 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2970] ppid=2962 vsize=46456 CPUtime=4.6
/proc/2964/task/2970/stat : 2970 (satake) R 2962 2964 27791 0 -1 4202560 626 0 0 0 280 180 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2971] ppid=2962 vsize=46456 CPUtime=5.04
/proc/2964/task/2971/stat : 2971 (satake) S 2962 2964 27791 0 -1 4202560 615 0 0 0 328 176 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
[pid=2964/tid=2972] ppid=2962 vsize=46456 CPUtime=4.92
/proc/2964/task/2972/stat : 2972 (satake) S 2962 2964 27791 0 -1 4202560 636 0 0 0 312 180 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2973] ppid=2962 vsize=46456 CPUtime=5.06
/proc/2964/task/2973/stat : 2973 (satake) S 2962 2964 27791 0 -1 4202560 579 0 0 0 322 184 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
[pid=2964/tid=2974] ppid=2962 vsize=46456 CPUtime=5.38
/proc/2964/task/2974/stat : 2974 (satake) S 2962 2964 27791 0 -1 4202560 638 0 0 0 320 218 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=2964/tid=2975] ppid=2962 vsize=46456 CPUtime=5.42
/proc/2964/task/2975/stat : 2975 (satake) R 2962 2964 27791 0 -1 4202560 592 0 0 0 320 222 0 0 20 0 17 0 636691462 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=2964/tid=2976] ppid=2962 vsize=46456 CPUtime=5.58
/proc/2964/task/2976/stat : 2976 (satake) S 2962 2964 27791 0 -1 4202560 637 0 0 0 358 200 0 0 20 0 17 0 636691463 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=2964/tid=2977] ppid=2962 vsize=46456 CPUtime=5.74
/proc/2964/task/2977/stat : 2977 (satake) S 2962 2964 27791 0 -1 4202560 618 0 0 0 370 204 0 0 20 0 17 0 636691463 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 14 0 0 0 0 0
[pid=2964/tid=2978] ppid=2962 vsize=46456 CPUtime=5.86
/proc/2964/task/2978/stat : 2978 (satake) R 2962 2964 27791 0 -1 4202560 620 0 0 0 382 204 0 0 20 0 17 0 636691463 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579745 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=2964/tid=2979] ppid=2962 vsize=46456 CPUtime=5.58
/proc/2964/task/2979/stat : 2979 (satake) S 2962 2964 27791 0 -1 4202560 636 0 0 0 338 220 0 0 20 0 17 0 636691463 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 18446744071564503368 0 0 -1 8 0 0 0 0 0
[pid=2964/tid=2981] ppid=2962 vsize=46456 CPUtime=5.38
/proc/2964/task/2981/stat : 2981 (satake) R 2962 2964 27791 0 -1 4202560 585 0 0 0 300 238 0 0 20 0 17 0 636691463 47570944 9425 18446744073709551615 134512640 135180984 4289798656 18446744073709551615 134579486 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 119.73
Current children cumulated vsize (KiB) 46456

Child status: 16
Real time (s): 96.7933
CPU time (s): 120.172
CPU user time (s): 52.1033
CPU system time (s): 68.0683
CPU usage (%): 124.153
Max. virtual memory (cumulated for all children) (KiB): 46456


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.1033
system time used= 68.0683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10209
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= 6021886
involuntary context switches= 344380

runsolver used 0.33202 second user time and 1.17607 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-12 04:30:51
IDJOB=1778937
IDBENCH=70783
IDSOLVER=631
FILE ID=xenhost3-49/1778937-1244773851
PBS_JOBID=
Free space on /tmp= 7037 MiB

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

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

MD5SUM BENCH= 505fee3283f518ccb9d234f549b3c214
RANDOM SEED= 718220805

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:      19142044 kB
Buffers:        433692 kB
Cached:       14103396 kB
SwapCached:          0 kB
Active:        4078376 kB
Inactive:     10466420 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:             680 kB
Writeback:           0 kB
AnonPages:        7692 kB
Mapped:           3652 kB
Slab:           688152 kB
SReclaimable:   661368 kB
SUnreclaim:      26784 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29492 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 04:32:28