Trace number 1779105

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
ttsth-5-0 2009-03-19 (16 threads)? (MO) 895.048 57.1998

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray02_32.cnf
MD5SUMda0c445b72f13d929ab0690c3bfa81ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark601.74
Satisfiable
(Un)Satisfiability was proved
Number of variables4252
Number of clauses12563
Sum of the clauses size29311
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 28374
Number of clauses of size 34187
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779105-1244950573.cnf 
0.00/0.01	c Using SATTIMEOUT of 10000
0.00/0.01	c Using SATRAM of 2047
0.00/0.01	c Size of subset node = 16
0.00/0.01	c Variables = 4252
0.00/0.01	c Clauses = 12563
0.00/0.01	c Literals = 29311
0.00/0.01	c Reduced size:
0.00/0.01	c Variables = 4252
0.00/0.01	c Clauses = 12559
0.00/0.01	c Literals = 29304
0.00/0.01	c a2
0.00/0.02	c a1
0.18/0.29	c Independent sub-problems = 1
0.18/0.29	c Sub-problem with 4250 variables and 12559 clauses
0.18/0.29	c using permutation method 4
0.18/0.29	c count = 1
0.18/0.29	c Ordering finished 0.280 seconds
0.18/0.29	c mapped 0.280 seconds
0.18/0.29	c permuted 0.280 seconds
0.18/0.29	c about to sort
0.18/0.29	c sorted
0.38/0.41	c clauses now 12559
0.38/0.41	c init finished 0.370 seconds
0.38/0.41	c tree built 0.410 seconds
0.38/0.41	c 
0.38/0.41	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.38/0.41	c ---------------------------------|----------------------------------|------------------------------------------------------
0.38/0.41	c ................................ | ..........                       |                        0.4           0.0             
0.38/0.41	c ................................ | ..........                     1 |                        0.4           2.4             
0.38/0.41	c ................................ | ..........                     2 |                        0.4           4.9             
0.38/0.41	c ................................ | ..........                     3 |                        0.4           7.3             
0.38/0.41	c ................................ | ..........                     4 |                        0.4           9.8             
0.38/0.41	c ................................ | ..........                     5 |                        0.4          12.2             
0.38/0.42	c ................................ | ..........                  1000 | 1                      0.5        2127.7          197
261.06/17.16	c ................................ | ..........                392000 | 12472                200.6        1954.3     24978971
471.56/30.46	c ................................ | ..........                521000 | 18887                400.7        1300.1     52784862
676.48/43.31	c ................................ | ..........                613000 | 23494                600.6        1020.6     80022727
878.70/56.10	c ................................ | ..........                738000 | 28488                800.8         921.5    105922491

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-1779105-1244950573/watcher-1779105-1244950573 -o /tmp/evaluation-result-1779105-1244950573/solver-1779105-1244950573 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779105-1244950573.cnf 

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.00 3.38 4.84 2/184 22662
/proc/meminfo: memFree=19044920/36427776 swapFree=4976/7828
[pid=22662] ppid=22660 vsize=1540 CPUtime=0
/proc/22662/stat : 22662 (ttsth-5-0) R 22660 22662 15497 0 -1 4202496 283 0 0 0 0 0 0 0 20 0 1 0 654363653 1576960 239 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 385 240 75 177 0 207 0

[startup+0.030054 s]
/proc/loadavg: 1.00 3.38 4.84 2/184 22662
/proc/meminfo: memFree=19044920/36427776 swapFree=4976/7828
[pid=22662] ppid=22660 vsize=2784 CPUtime=0.02
/proc/22662/stat : 22662 (ttsth-5-0) R 22660 22662 15497 0 -1 4202496 562 0 0 0 2 0 0 0 20 0 1 0 654363653 2850816 518 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134540092 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 696 518 76 177 0 518 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2784

[startup+0.102042 s]
/proc/loadavg: 1.00 3.38 4.84 2/184 22662
/proc/meminfo: memFree=19044920/36427776 swapFree=4976/7828
[pid=22662] ppid=22660 vsize=3444 CPUtime=0.08
/proc/22662/stat : 22662 (ttsth-5-0) R 22660 22662 15497 0 -1 4202496 736 0 0 0 8 0 0 0 20 0 1 0 654363653 3526656 692 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 861 692 77 177 0 683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3444

[startup+0.302086 s]
/proc/loadavg: 1.00 3.38 4.84 2/184 22662
/proc/meminfo: memFree=19044920/36427776 swapFree=4976/7828
[pid=22662] ppid=22660 vsize=7632 CPUtime=0.28
/proc/22662/stat : 22662 (ttsth-5-0) R 22660 22662 15497 0 -1 4202496 1794 0 0 0 28 0 0 0 20 0 1 0 654363653 7815168 1750 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 1908 1755 87 177 0 1730 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7632

[startup+0.7078 s]
/proc/loadavg: 1.00 3.38 4.84 2/184 22662
/proc/meminfo: memFree=19044920/36427776 swapFree=4976/7828
[pid=22662] ppid=22660 vsize=190736 CPUtime=4.9
/proc/22662/stat : 22662 (ttsth-5-0) S 22660 22662 15497 0 -1 4202496 15571 0 0 0 69 421 0 0 20 0 17 0 654363653 195313664 15527 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 47684 15527 95 177 0 47506 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 190736

[startup+1.50449 s]
/proc/loadavg: 1.00 3.38 4.84 14/201 22679
/proc/meminfo: memFree=18981088/36427776 swapFree=4676/75580
[pid=22662] ppid=22660 vsize=209296 CPUtime=16.91
/proc/22662/stat : 22662 (ttsth-5-0) S 22660 22662 15497 0 -1 4202496 20670 0 0 0 485 1206 0 0 20 0 17 0 654363653 214319104 20626 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 52324 20626 95 177 0 52146 0
[pid=22662/tid=22664] ppid=22660 vsize=209296 CPUtime=1.08
/proc/22662/task/22664/stat : 22664 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 2333 0 0 0 90 18 0 0 20 0 17 0 654363694 214319104 20626 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134591529 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22662/tid=22665] ppid=22660 vsize=209296 CPUtime=1.04
/proc/22662/task/22665/stat : 22665 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 416 0 0 0 42 62 0 0 20 0 17 0 654363694 214319104 20626 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22662/tid=22666] ppid=22660 vsize=209296 CPUtime=1.02
/proc/22662/task/22666/stat : 22666 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 482 0 0 0 26 76 0 0 20 0 17 0 654363694 214319104 20626 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22662/tid=22667] ppid=22660 vsize=209296 CPUtime=1.02
/proc/22662/task/22667/stat : 22667 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 349 0 0 0 22 80 0 0 20 0 17 0 654363694 214319104 20626 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134591122 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22662/tid=22668] ppid=22660 vsize=209296 CPUtime=1.04
/proc/22662/task/22668/stat : 22668 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 541 0 0 0 44 60 0 0 20 0 17 0 654363694 214319104 20626 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22662/tid=22669] ppid=22660 vsize=209296 CPUtime=1.02
/proc/22662/task/22669/stat : 22669 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 436 0 0 0 10 92 0 0 20 0 17 0 654363694 214319104 20626 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22662/tid=22670] ppid=22660 vsize=209296 CPUtime=1.02
/proc/22662/task/22670/stat : 22670 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 314 0 0 0 14 88 0 0 20 0 17 0 654363695 214319104 20627 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22662/tid=22671] ppid=22660 vsize=209296 CPUtime=1.04
/proc/22662/task/22671/stat : 22671 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 432 0 0 0 42 62 0 0 20 0 17 0 654363695 214319104 20627 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22662/tid=22672] ppid=22660 vsize=209296 CPUtime=1.04
/proc/22662/task/22672/stat : 22672 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 441 0 0 0 38 66 0 0 20 0 17 0 654363695 214319104 20627 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22662/tid=22673] ppid=22660 vsize=209296 CPUtime=1
/proc/22662/task/22673/stat : 22673 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 371 0 0 0 26 74 0 0 20 0 17 0 654363695 214319104 20627 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134680285 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22662/tid=22674] ppid=22660 vsize=209296 CPUtime=1
/proc/22662/task/22674/stat : 22674 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 282 0 0 0 10 90 0 0 20 0 17 0 654363695 214319104 20627 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22662/tid=22675] ppid=22660 vsize=209296 CPUtime=1.04
/proc/22662/task/22675/stat : 22675 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 491 0 0 0 40 64 0 0 20 0 17 0 654363695 214319104 20627 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22662/tid=22676] ppid=22660 vsize=209296 CPUtime=1
/proc/22662/task/22676/stat : 22676 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 332 0 0 0 10 90 0 0 20 0 17 0 654363695 214319104 20627 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22662/tid=22677] ppid=22660 vsize=209296 CPUtime=0.98
/proc/22662/task/22677/stat : 22677 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 289 0 0 0 8 90 0 0 20 0 17 0 654363695 214319104 20628 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22662/tid=22678] ppid=22660 vsize=209296 CPUtime=1.02
/proc/22662/task/22678/stat : 22678 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 297 0 0 0 10 92 0 0 20 0 17 0 654363695 214319104 20628 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22662/tid=22679] ppid=22660 vsize=209296 CPUtime=1
/proc/22662/task/22679/stat : 22679 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 277 0 0 0 10 90 0 0 20 0 17 0 654363695 214319104 20628 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 16.91
Current children cumulated vsize (KiB) 209296

[startup+3.10738 s]
/proc/loadavg: 1.00 3.38 4.84 17/201 22679
/proc/meminfo: memFree=18953560/36427776 swapFree=4692/103296
[pid=22662] ppid=22660 vsize=245844 CPUtime=42.02
/proc/22662/stat : 22662 (ttsth-5-0) S 22660 22662 15497 0 -1 4202496 29979 0 0 0 1393 2809 0 0 20 0 17 0 654363653 251744256 29935 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 61461 29935 95 177 0 61283 0
[pid=22662/tid=22664] ppid=22660 vsize=245844 CPUtime=2.68
/proc/22662/task/22664/stat : 22664 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 5413 0 0 0 246 22 0 0 20 0 17 0 654363694 251744256 29936 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22662/tid=22665] ppid=22660 vsize=245844 CPUtime=2.6
/proc/22662/task/22665/stat : 22665 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 963 0 0 0 88 172 0 0 20 0 17 0 654363694 251744256 29937 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22662/tid=22666] ppid=22660 vsize=245844 CPUtime=2.6
/proc/22662/task/22666/stat : 22666 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 825 0 0 0 76 184 0 0 20 0 17 0 654363694 251744256 29937 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22662/tid=22667] ppid=22660 vsize=245844 CPUtime=2.58
/proc/22662/task/22667/stat : 22667 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 725 0 0 0 72 186 0 0 20 0 17 0 654363694 251744256 29937 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22662/tid=22668] ppid=22660 vsize=245844 CPUtime=2.6
/proc/22662/task/22668/stat : 22668 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 998 0 0 0 90 170 0 0 20 0 17 0 654363694 251744256 29937 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22662/tid=22669] ppid=22660 vsize=245844 CPUtime=2.58
/proc/22662/task/22669/stat : 22669 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 1007 0 0 0 72 186 0 0 20 0 17 0 654363694 251744256 29937 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22662/tid=22670] ppid=22660 vsize=245844 CPUtime=2.58
/proc/22662/task/22670/stat : 22670 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 444 0 0 0 56 202 0 0 20 0 17 0 654363695 251744256 29937 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22662/tid=22671] ppid=22660 vsize=245844 CPUtime=2.6
/proc/22662/task/22671/stat : 22671 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 949 0 0 0 92 168 0 0 20 0 17 0 654363695 251744256 29937 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22662/tid=22672] ppid=22660 vsize=245844 CPUtime=2.62
/proc/22662/task/22672/stat : 22672 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 896 0 0 0 84 178 0 0 20 0 17 0 654363695 251744256 29937 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22662/tid=22673] ppid=22660 vsize=245844 CPUtime=2.56
/proc/22662/task/22673/stat : 22673 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 811 0 0 0 84 172 0 0 20 0 17 0 654363695 251744256 29938 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22662/tid=22674] ppid=22660 vsize=245844 CPUtime=2.58
/proc/22662/task/22674/stat : 22674 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 800 0 0 0 64 194 0 0 20 0 17 0 654363695 251744256 29938 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22662/tid=22675] ppid=22660 vsize=245844 CPUtime=2.62
/proc/22662/task/22675/stat : 22675 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 881 0 0 0 88 174 0 0 20 0 17 0 654363695 251744256 29938 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22662/tid=22676] ppid=22660 vsize=245844 CPUtime=2.58
/proc/22662/task/22676/stat : 22676 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 607 0 0 0 56 202 0 0 20 0 17 0 654363695 251744256 29938 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22662/tid=22677] ppid=22660 vsize=245844 CPUtime=2.52
/proc/22662/task/22677/stat : 22677 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 956 0 0 0 68 184 0 0 20 0 17 0 654363695 251744256 29938 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134591211 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22662/tid=22678] ppid=22660 vsize=245844 CPUtime=2.58
/proc/22662/task/22678/stat : 22678 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 620 0 0 0 56 202 0 0 20 0 17 0 654363695 251744256 29938 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22662/tid=22679] ppid=22660 vsize=245844 CPUtime=2.6
/proc/22662/task/22679/stat : 22679 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 497 0 0 0 62 198 0 0 20 0 17 0 654363695 251744256 29938 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 42.02
Current children cumulated vsize (KiB) 245844

[startup+6.30666 s]
/proc/loadavg: 2.20 3.58 4.90 17/201 22679
/proc/meminfo: memFree=18874060/36427776 swapFree=4692/182152
[pid=22662] ppid=22660 vsize=324500 CPUtime=91.99
/proc/22662/stat : 22662 (ttsth-5-0) S 22660 22662 15497 0 -1 4202496 49678 0 0 0 4163 5036 0 0 20 0 17 0 654363653 332288000 49634 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 81125 49634 95 177 0 80947 0
[pid=22662/tid=22664] ppid=22660 vsize=324500 CPUtime=5.86
/proc/22662/task/22664/stat : 22664 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 9275 0 0 0 562 24 0 0 20 0 17 0 654363694 332288000 49635 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134591171 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22662/tid=22665] ppid=22660 vsize=324500 CPUtime=5.72
/proc/22662/task/22665/stat : 22665 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 2078 0 0 0 244 328 0 0 20 0 17 0 654363694 332288000 49636 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22662/tid=22666] ppid=22660 vsize=324500 CPUtime=5.7
/proc/22662/task/22666/stat : 22666 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 1641 0 0 0 230 340 0 0 20 0 17 0 654363694 332288000 49637 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22662/tid=22667] ppid=22660 vsize=324500 CPUtime=5.7
/proc/22662/task/22667/stat : 22667 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 1762 0 0 0 242 328 0 0 20 0 17 0 654363694 332288000 49637 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22662/tid=22668] ppid=22660 vsize=324500 CPUtime=5.72
/proc/22662/task/22668/stat : 22668 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 2072 0 0 0 254 318 0 0 20 0 17 0 654363694 332288000 49637 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22662/tid=22669] ppid=22660 vsize=324500 CPUtime=5.72
/proc/22662/task/22669/stat : 22669 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 2342 0 0 0 266 306 0 0 20 0 17 0 654363694 332288000 49637 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22662/tid=22670] ppid=22660 vsize=324500 CPUtime=5.68
/proc/22662/task/22670/stat : 22670 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 1237 0 0 0 220 348 0 0 20 0 17 0 654363695 332288000 49637 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22662/tid=22671] ppid=22660 vsize=324500 CPUtime=5.74
/proc/22662/task/22671/stat : 22671 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 2314 0 0 0 266 308 0 0 20 0 17 0 654363695 332288000 49637 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134590238 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22662/tid=22672] ppid=22660 vsize=324500 CPUtime=5.74
/proc/22662/task/22672/stat : 22672 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 1982 0 0 0 242 332 0 0 20 0 17 0 654363695 332288000 49637 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22662/tid=22673] ppid=22660 vsize=324500 CPUtime=5.68
/proc/22662/task/22673/stat : 22673 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 1774 0 0 0 242 326 0 0 20 0 17 0 654363695 332288000 49638 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22662/tid=22674] ppid=22660 vsize=324500 CPUtime=5.7
/proc/22662/task/22674/stat : 22674 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 2043 0 0 0 236 334 0 0 20 0 17 0 654363695 332288000 49639 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22662/tid=22675] ppid=22660 vsize=324500 CPUtime=5.74
/proc/22662/task/22675/stat : 22675 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 1878 0 0 0 248 326 0 0 20 0 17 0 654363695 332288000 49639 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22662/tid=22676] ppid=22660 vsize=324500 CPUtime=5.7
/proc/22662/task/22676/stat : 22676 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 1325 0 0 0 204 366 0 0 20 0 17 0 654363695 332288000 49639 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22662/tid=22677] ppid=22660 vsize=324500 CPUtime=5.6
/proc/22662/task/22677/stat : 22677 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 1981 0 0 0 230 330 0 0 20 0 17 0 654363695 332288000 49639 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22662/tid=22678] ppid=22660 vsize=324500 CPUtime=5.72
/proc/22662/task/22678/stat : 22678 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 1792 0 0 0 234 338 0 0 20 0 17 0 654363695 332288000 49639 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22662/tid=22679] ppid=22660 vsize=324500 CPUtime=5.7
/proc/22662/task/22679/stat : 22679 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 1598 0 0 0 202 368 0 0 20 0 17 0 654363695 332288000 49639 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134680374 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 91.99
Current children cumulated vsize (KiB) 324500

[startup+12.7029 s]
/proc/loadavg: 3.31 3.79 4.96 17/201 22679
/proc/meminfo: memFree=18707772/36427776 swapFree=4692/348628
[pid=22662] ppid=22660 vsize=487256 CPUtime=192.02
/proc/22662/stat : 22662 (ttsth-5-0) S 22660 22662 15497 0 -1 4202496 90394 0 0 0 10208 8994 0 0 20 0 17 0 654363653 498950144 90350 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 121814 90350 95 177 0 121636 0
[pid=22662/tid=22664] ppid=22660 vsize=487256 CPUtime=12.24
/proc/22662/task/22664/stat : 22664 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 16018 0 0 0 1194 30 0 0 20 0 17 0 654363694 498950144 90351 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22662/tid=22665] ppid=22660 vsize=487256 CPUtime=12
/proc/22662/task/22665/stat : 22665 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 4067 0 0 0 614 586 0 0 20 0 17 0 654363694 498950144 90352 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134591687 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22662/tid=22666] ppid=22660 vsize=487256 CPUtime=11.9
/proc/22662/task/22666/stat : 22666 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 4204 0 0 0 588 602 0 0 20 0 17 0 654363694 498950144 90352 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22662/tid=22667] ppid=22660 vsize=487256 CPUtime=11.92
/proc/22662/task/22667/stat : 22667 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 3602 0 0 0 606 586 0 0 20 0 17 0 654363694 498950144 90353 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134591181 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22662/tid=22668] ppid=22660 vsize=487256 CPUtime=11.98
/proc/22662/task/22668/stat : 22668 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 3959 0 0 0 618 580 0 0 20 0 17 0 654363694 498950144 90353 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22662/tid=22669] ppid=22660 vsize=487256 CPUtime=11.96
/proc/22662/task/22669/stat : 22669 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 4399 0 0 0 632 564 0 0 20 0 17 0 654363694 498950144 90354 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134591214 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22662/tid=22670] ppid=22660 vsize=487256 CPUtime=11.88
/proc/22662/task/22670/stat : 22670 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 2429 0 0 0 560 628 0 0 20 0 17 0 654363695 498950144 90354 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22662/tid=22671] ppid=22660 vsize=487256 CPUtime=12.02
/proc/22662/task/22671/stat : 22671 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 4572 0 0 0 632 570 0 0 20 0 17 0 654363695 498950144 90354 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22662/tid=22672] ppid=22660 vsize=487256 CPUtime=12
/proc/22662/task/22672/stat : 22672 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 4073 0 0 0 598 602 0 0 20 0 17 0 654363695 498950144 90354 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22662/tid=22673] ppid=22660 vsize=487256 CPUtime=11.94
/proc/22662/task/22673/stat : 22673 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 4331 0 0 0 600 594 0 0 20 0 17 0 654363695 498950144 90356 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22662/tid=22674] ppid=22660 vsize=487256 CPUtime=11.94
/proc/22662/task/22674/stat : 22674 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 4236 0 0 0 606 588 0 0 20 0 17 0 654363695 498950144 90356 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22662/tid=22675] ppid=22660 vsize=487256 CPUtime=12.02
/proc/22662/task/22675/stat : 22675 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 4930 0 0 0 600 602 0 0 20 0 17 0 654363695 498950144 90356 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22662/tid=22676] ppid=22660 vsize=487256 CPUtime=11.92
/proc/22662/task/22676/stat : 22676 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 2631 0 0 0 548 644 0 0 20 0 17 0 654363695 498950144 90356 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22662/tid=22677] ppid=22660 vsize=487256 CPUtime=11.74
/proc/22662/task/22677/stat : 22677 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 4254 0 0 0 592 582 0 0 20 0 17 0 654363695 498950144 90357 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134561701 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22662/tid=22678] ppid=22660 vsize=487256 CPUtime=12
/proc/22662/task/22678/stat : 22678 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 5537 0 0 0 614 586 0 0 20 0 17 0 654363695 498950144 90358 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22662/tid=22679] ppid=22660 vsize=487256 CPUtime=11.98
/proc/22662/task/22679/stat : 22679 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 4567 0 0 0 564 634 0 0 20 0 17 0 654363695 498950144 90358 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 192.02
Current children cumulated vsize (KiB) 487256

[startup+25.5033 s]
/proc/loadavg: 6.12 4.39 5.14 17/201 22679
/proc/meminfo: memFree=18244860/36427776 swapFree=4692/811676
[pid=22662] ppid=22660 vsize=941976 CPUtime=393.87
/proc/22662/stat : 22662 (ttsth-5-0) S 22660 22662 15497 0 -1 4202496 203982 0 0 0 27826 11561 0 0 20 0 17 0 654363653 964583424 203938 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 235494 203938 95 177 0 235316 0
[pid=22662/tid=22664] ppid=22660 vsize=941976 CPUtime=25.04
/proc/22662/task/22664/stat : 22664 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 24859 0 0 0 2462 42 0 0 20 0 17 0 654363694 964583424 203938 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22662/tid=22665] ppid=22660 vsize=941976 CPUtime=24.56
/proc/22662/task/22665/stat : 22665 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 8482 0 0 0 1670 786 0 0 20 0 17 0 654363694 964583424 203938 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22662/tid=22666] ppid=22660 vsize=941976 CPUtime=24.56
/proc/22662/task/22666/stat : 22666 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 16061 0 0 0 1714 742 0 0 20 0 17 0 654363694 964583424 203939 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134634688 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22662/tid=22667] ppid=22660 vsize=941976 CPUtime=24.52
/proc/22662/task/22667/stat : 22667 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 8928 0 0 0 1680 772 0 0 20 0 17 0 654363694 964583424 203940 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134680336 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22662/tid=22668] ppid=22660 vsize=941976 CPUtime=24.6
/proc/22662/task/22668/stat : 22668 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 12127 0 0 0 1700 760 0 0 20 0 17 0 654363694 964583424 203940 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22662/tid=22669] ppid=22660 vsize=941976 CPUtime=24.56
/proc/22662/task/22669/stat : 22669 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 12623 0 0 0 1732 724 0 0 20 0 17 0 654363694 964583424 203941 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22662/tid=22670] ppid=22660 vsize=941976 CPUtime=24.5
/proc/22662/task/22670/stat : 22670 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 8592 0 0 0 1664 786 0 0 20 0 17 0 654363695 964583424 203941 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22662/tid=22671] ppid=22660 vsize=941976 CPUtime=24.64
/proc/22662/task/22671/stat : 22671 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 12248 0 0 0 1722 742 0 0 20 0 17 0 654363695 964583424 203942 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22662/tid=22672] ppid=22660 vsize=941976 CPUtime=24.52
/proc/22662/task/22672/stat : 22672 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 8438 0 0 0 1638 814 0 0 20 0 17 0 654363695 964583424 203943 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22662/tid=22673] ppid=22660 vsize=941976 CPUtime=24.54
/proc/22662/task/22673/stat : 22673 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 9413 0 0 0 1678 776 0 0 20 0 17 0 654363695 964583424 203943 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22662/tid=22674] ppid=22660 vsize=941976 CPUtime=24.62
/proc/22662/task/22674/stat : 22674 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 10629 0 0 0 1736 726 0 0 20 0 17 0 654363695 964583424 203944 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22662/tid=22675] ppid=22660 vsize=941976 CPUtime=24.66
/proc/22662/task/22675/stat : 22675 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 12654 0 0 0 1696 770 0 0 20 0 17 0 654363695 964583424 203944 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22662/tid=22676] ppid=22660 vsize=941976 CPUtime=24.48
/proc/22662/task/22676/stat : 22676 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 7045 0 0 0 1602 846 0 0 20 0 17 0 654363695 964583424 203945 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22662/tid=22677] ppid=22660 vsize=941976 CPUtime=24.16
/proc/22662/task/22677/stat : 22677 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 14439 0 0 0 1688 728 0 0 20 0 17 0 654363695 964583424 203946 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134590777 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22662/tid=22678] ppid=22660 vsize=941976 CPUtime=24.66
/proc/22662/task/22678/stat : 22678 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 14116 0 0 0 1716 750 0 0 20 0 17 0 654363695 964583424 203946 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22662/tid=22679] ppid=22660 vsize=941976 CPUtime=24.68
/proc/22662/task/22679/stat : 22679 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 10744 0 0 0 1686 782 0 0 20 0 17 0 654363695 964583424 203946 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 393.87
Current children cumulated vsize (KiB) 941976

[startup+51.1066 s]
/proc/loadavg: 9.49 5.32 5.42 17/201 22679
/proc/meminfo: memFree=17301392/36427776 swapFree=4692/1753516
[pid=22662] ppid=22660 vsize=1898464 CPUtime=800.63
/proc/22662/stat : 22662 (ttsth-5-0) S 22660 22662 15497 0 -1 4202496 443214 0 0 0 67179 12884 0 0 20 0 17 0 654363653 1944027136 443170 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 474616 443172 95 177 0 474438 0
[pid=22662/tid=22664] ppid=22660 vsize=1898464 CPUtime=50.63
/proc/22662/task/22664/stat : 22664 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 37796 0 0 0 5007 56 0 0 20 0 17 0 654363694 1944027136 443173 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134749351 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22662/tid=22665] ppid=22660 vsize=1898464 CPUtime=49.99
/proc/22662/task/22665/stat : 22665 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 28657 0 0 0 4111 888 0 0 20 0 17 0 654363694 1944027136 443174 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22662/tid=22666] ppid=22660 vsize=1898464 CPUtime=50.01
/proc/22662/task/22666/stat : 22666 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 34328 0 0 0 4171 830 0 0 20 0 17 0 654363694 1944027136 443174 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22662/tid=22667] ppid=22660 vsize=1898464 CPUtime=49.95
/proc/22662/task/22667/stat : 22667 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 24571 0 0 0 4145 850 0 0 20 0 17 0 654363694 1944027136 443174 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22662/tid=22668] ppid=22660 vsize=1898464 CPUtime=50.03
/proc/22662/task/22668/stat : 22668 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 28538 0 0 0 4149 854 0 0 20 0 17 0 654363694 1944027136 443174 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22662/tid=22669] ppid=22660 vsize=1898464 CPUtime=50
/proc/22662/task/22669/stat : 22669 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 29261 0 0 0 4194 806 0 0 20 0 17 0 654363694 1944027136 443175 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22662/tid=22670] ppid=22660 vsize=1898464 CPUtime=49.94
/proc/22662/task/22670/stat : 22670 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 19731 0 0 0 4116 878 0 0 20 0 17 0 654363695 1944027136 443176 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22662/tid=22671] ppid=22660 vsize=1898464 CPUtime=50.05
/proc/22662/task/22671/stat : 22671 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 24764 0 0 0 4163 842 0 0 20 0 17 0 654363695 1944027136 443177 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134590489 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22662/tid=22672] ppid=22660 vsize=1898464 CPUtime=49.94
/proc/22662/task/22672/stat : 22672 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 26590 0 0 0 4078 916 0 0 20 0 17 0 654363695 1944027136 443178 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22662/tid=22673] ppid=22660 vsize=1898464 CPUtime=49.99
/proc/22662/task/22673/stat : 22673 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 22384 0 0 0 4135 864 0 0 20 0 17 0 654363695 1944027136 443178 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134591217 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22662/tid=22674] ppid=22660 vsize=1898464 CPUtime=50.13
/proc/22662/task/22674/stat : 22674 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 20720 0 0 0 4221 792 0 0 20 0 17 0 654363695 1944027136 443178 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22662/tid=22675] ppid=22660 vsize=1898464 CPUtime=50.13
/proc/22662/task/22675/stat : 22675 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 26968 0 0 0 4155 858 0 0 20 0 17 0 654363695 1944027136 443178 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22662/tid=22676] ppid=22660 vsize=1898464 CPUtime=49.95
/proc/22662/task/22676/stat : 22676 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 19054 0 0 0 4083 912 0 0 20 0 17 0 654363695 1944027136 443178 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22662/tid=22677] ppid=22660 vsize=1898464 CPUtime=49.15
/proc/22662/task/22677/stat : 22677 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 33276 0 0 0 4097 818 0 0 20 0 17 0 654363695 1944027136 443178 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134565869 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22662/tid=22678] ppid=22660 vsize=1898464 CPUtime=50.1
/proc/22662/task/22678/stat : 22678 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 30267 0 0 0 4172 838 0 0 20 0 17 0 654363695 1944027136 443179 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22662/tid=22679] ppid=22660 vsize=1898464 CPUtime=50.15
/proc/22662/task/22679/stat : 22679 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 23729 0 0 0 4147 868 0 0 20 0 17 0 654363695 1944027136 443180 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 800.63
Current children cumulated vsize (KiB) 1898464



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+57.0069 s]
/proc/loadavg: 10.01 5.50 5.48 17/201 22679
/proc/meminfo: memFree=17075812/36427776 swapFree=4692/1979252
[pid=22662] ppid=22660 vsize=2097796 CPUtime=894.67
/proc/22662/stat : 22662 (ttsth-5-0) S 22660 22662 15497 0 -1 4202496 493040 0 0 0 76342 13125 0 0 20 0 17 0 654363653 2148143104 492996 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 524449 492996 95 177 0 524271 0
[pid=22662/tid=22664] ppid=22660 vsize=2097796 CPUtime=56.53
/proc/22662/task/22664/stat : 22664 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 41183 0 0 0 5595 58 0 0 20 0 17 0 654363694 2148143104 492998 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22662/tid=22665] ppid=22660 vsize=2097796 CPUtime=55.87
/proc/22662/task/22665/stat : 22665 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 30655 0 0 0 4671 916 0 0 20 0 17 0 654363694 2148143104 493000 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22662/tid=22666] ppid=22660 vsize=2097796 CPUtime=55.91
/proc/22662/task/22666/stat : 22666 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 36976 0 0 0 4743 848 0 0 20 0 17 0 654363694 2148143104 493003 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22662/tid=22667] ppid=22660 vsize=2097796 CPUtime=55.83
/proc/22662/task/22667/stat : 22667 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 26626 0 0 0 4719 864 0 0 20 0 17 0 654363694 2148143104 493003 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22662/tid=22668] ppid=22660 vsize=2097796 CPUtime=55.92
/proc/22662/task/22668/stat : 22668 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 33396 0 0 0 4720 872 0 0 20 0 17 0 654363694 2148143104 493003 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22662/tid=22669] ppid=22660 vsize=2097796 CPUtime=55.9
/proc/22662/task/22669/stat : 22669 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 32478 0 0 0 4764 826 0 0 20 0 17 0 654363694 2148143104 493003 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22662/tid=22670] ppid=22660 vsize=2097796 CPUtime=55.82
/proc/22662/task/22670/stat : 22670 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 23173 0 0 0 4694 888 0 0 20 0 17 0 654363695 2148143104 493004 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22662/tid=22671] ppid=22660 vsize=2097796 CPUtime=55.93
/proc/22662/task/22671/stat : 22671 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 27410 0 0 0 4737 856 0 0 20 0 17 0 654363695 2148143104 493004 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22662/tid=22672] ppid=22660 vsize=2097796 CPUtime=55.83
/proc/22662/task/22672/stat : 22672 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 30954 0 0 0 4657 926 0 0 20 0 17 0 654363695 2148143104 493004 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22662/tid=22673] ppid=22660 vsize=2097796 CPUtime=55.87
/proc/22662/task/22673/stat : 22673 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 25631 0 0 0 4705 882 0 0 20 0 17 0 654363695 2148143104 493004 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134749351 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22662/tid=22674] ppid=22660 vsize=2097796 CPUtime=55.98
/proc/22662/task/22674/stat : 22674 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 23258 0 0 0 4794 804 0 0 20 0 17 0 654363695 2148143104 493004 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22662/tid=22675] ppid=22660 vsize=2097796 CPUtime=56.01
/proc/22662/task/22675/stat : 22675 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 29562 0 0 0 4729 872 0 0 20 0 17 0 654363695 2148143104 493004 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22662/tid=22676] ppid=22660 vsize=2097796 CPUtime=55.83
/proc/22662/task/22676/stat : 22676 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 21580 0 0 0 4659 924 0 0 20 0 17 0 654363695 2148143104 493005 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22662/tid=22677] ppid=22660 vsize=2097796 CPUtime=54.93
/proc/22662/task/22677/stat : 22677 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 37200 0 0 0 4659 834 0 0 20 0 17 0 654363695 2148143104 493007 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22662/tid=22678] ppid=22660 vsize=2097796 CPUtime=55.98
/proc/22662/task/22678/stat : 22678 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 34730 0 0 0 4740 858 0 0 20 0 17 0 654363695 2148143104 493007 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22662/tid=22679] ppid=22660 vsize=2097796 CPUtime=56.02
/proc/22662/task/22679/stat : 22679 (ttsth-5-0) R 22660 22662 15497 0 -1 4202560 25647 0 0 0 4722 880 0 0 20 0 17 0 654363695 2148143104 493007 18446744073709551615 134512640 135237372 4287317904 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 894.67
Current children cumulated vsize (KiB) 2097796

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+57.1228 s]
/proc/loadavg: 10.01 5.50 5.48 2/187 22680
/proc/meminfo: memFree=17989564/36427776 swapFree=4692/1063596
[pid=22662] ppid=22660 vsize=0 CPUtime=894.97
/proc/22662/stat : 22662 (ttsth-5-0) Z 22660 22662 15497 0 -1 4203532 493124 0 0 0 76356 13141 0 0 20 0 2 0 654363653 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22662/statm: 0 0 0 0 0 0 0
[pid=22662/tid=22679] ppid=22660 vsize=0 CPUtime=56.15
/proc/22662/task/22679/stat : 22679 (ttsth-5-0) R 22660 22662 15497 0 -1 4203588 25647 0 0 0 4723 892 0 0 20 0 2 0 654363695 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 894.97
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 57.1998
CPU time (s): 895.048
CPU user time (s): 763.564
CPU system time (s): 131.484
CPU usage (%): 1564.77
Max. virtual memory (cumulated for all children) (KiB): 2097796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 763.564
system time used= 131.484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493124
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= 91681
involuntary context switches= 2109

runsolver used 0.32002 second user time and 0.820051 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 05:36:13
IDJOB=1779105
IDBENCH=70811
IDSOLVER=634
FILE ID=xenhost3-49/1779105-1244950573
PBS_JOBID=
Free space on /tmp= 7024 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray02_32.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779105-1244950573/watcher-1779105-1244950573 -o /tmp/evaluation-result-1779105-1244950573/solver-1779105-1244950573 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779105-1244950573.cnf

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

MD5SUM BENCH= da0c445b72f13d929ab0690c3bfa81ed
RANDOM SEED= 801942834

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:      19044920 kB
Buffers:        482596 kB
Cached:       14116084 kB
SwapCached:          0 kB
Active:        4128620 kB
Inactive:     10477844 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:             676 kB
Writeback:           0 kB
AnonPages:        7828 kB
Mapped:           4312 kB
Slab:           721448 kB
SReclaimable:   694692 kB
SUnreclaim:      26756 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7024 MiB
End job on xenhost3-49 at 2009-06-14 05:37:12