Trace number 1778970

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) 760.956 50.0996

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs032.cnf
MD5SUM431823fbe355abc605baf058be5925a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables18792
Number of clauses56183
Sum of the clauses size131091
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237454
Number of clauses of size 318727
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.06	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1778970-1244948208.cnf 
0.00/0.06	c Using SATTIMEOUT of 10000
0.00/0.06	c Using SATRAM of 2047
0.00/0.06	c Size of subset node = 16
0.00/0.06	c Variables = 18792
0.00/0.06	c Clauses = 56183
0.00/0.06	c Literals = 131091
0.00/0.06	c Reduced size:
0.00/0.06	c Variables = 18792
0.00/0.06	c Clauses = 56179
0.00/0.06	c Literals = 131084
0.00/0.06	c a2
0.10/0.12	c a1
2.80/2.80	c Independent sub-problems = 1
2.80/2.80	c Sub-problem with 18790 variables and 56179 clauses
2.80/2.80	c using permutation method 4
2.80/2.80	c count = 1
2.80/2.80	c Ordering finished 2.780 seconds
2.80/2.80	c mapped 2.790 seconds
2.80/2.80	c permuted 2.790 seconds
2.80/2.80	c about to sort
2.80/2.81	c sorted
3.30/3.37	c clauses now 56179
3.30/3.37	c init finished 3.170 seconds
3.30/3.37	c tree built 3.360 seconds
3.30/3.37	c 
3.30/3.37	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
3.30/3.37	c ---------------------------------|----------------------------------|------------------------------------------------------
3.30/3.37	c ................................ | ..........                       |                        3.4           0.0             
3.30/3.37	c ................................ | ..........                     1 |                        3.4           0.3             
3.30/3.37	c ................................ | ..........                     2 |                        3.4           0.6             
3.30/3.37	c ................................ | ..........                     3 |                        3.4           0.9             
3.30/3.37	c ................................ | ..........                     4 |                        3.4           1.2             
3.30/3.37	c ................................ | ..........                     5 |                        3.4           1.5             
3.30/3.39	c ................................ | ..........                  1000 | 1                      3.4         291.5           25
322.36/23.74	c ................................ | ..........                844000 | 30794                200.2        4214.7     24585952
559.54/37.67	c ................................ | ..........                973000 | 36881                400.9        2427.3     50361766

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-1778970-1244948208/watcher-1778970-1244948208 -o /tmp/evaluation-result-1778970-1244948208/solver-1778970-1244948208 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1778970-1244948208.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: 13.53 5.76 4.32 2/184 22173
/proc/meminfo: memFree=19048880/36427776 swapFree=3764/7776
[pid=22173] ppid=22171 vsize=1540 CPUtime=0
/proc/22173/stat : 22173 (ttsth-5-0) R 22171 22173 15497 0 -1 4202496 283 0 0 0 0 0 0 0 20 0 1 0 654127139 1576960 239 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 385 239 75 177 0 207 0

[startup+0.089798 s]
/proc/loadavg: 13.53 5.76 4.32 2/184 22173
/proc/meminfo: memFree=19048880/36427776 swapFree=3764/7776
[pid=22173] ppid=22171 vsize=8364 CPUtime=0.08
/proc/22173/stat : 22173 (ttsth-5-0) R 22171 22173 15497 0 -1 4202496 1954 0 0 0 6 2 0 0 20 0 1 0 654127139 8564736 1909 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134680474 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 2091 1909 76 177 0 1913 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8364

[startup+0.101767 s]
/proc/loadavg: 13.53 5.76 4.32 2/184 22173
/proc/meminfo: memFree=19048880/36427776 swapFree=3764/7776
[pid=22173] ppid=22171 vsize=8364 CPUtime=0.1
/proc/22173/stat : 22173 (ttsth-5-0) R 22171 22173 15497 0 -1 4202496 1954 0 0 0 8 2 0 0 20 0 1 0 654127139 8564736 1909 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134749353 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 2091 1909 76 177 0 1913 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8364

[startup+0.301764 s]
/proc/loadavg: 13.53 5.76 4.32 2/184 22173
/proc/meminfo: memFree=19048880/36427776 swapFree=3764/7776
[pid=22173] ppid=22171 vsize=11304 CPUtime=0.3
/proc/22173/stat : 22173 (ttsth-5-0) R 22171 22173 15497 0 -1 4202496 2796 0 0 0 28 2 0 0 20 0 1 0 654127139 11575296 2641 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 2826 2641 77 177 0 2648 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 11304

[startup+0.701794 s]
/proc/loadavg: 13.53 5.76 4.32 2/184 22173
/proc/meminfo: memFree=19048880/36427776 swapFree=3764/7776
[pid=22173] ppid=22171 vsize=11472 CPUtime=0.7
/proc/22173/stat : 22173 (ttsth-5-0) R 22171 22173 15497 0 -1 4202496 2839 0 0 0 68 2 0 0 20 0 1 0 654127139 11747328 2684 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 2868 2684 77 177 0 2690 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 11472

[startup+1.50186 s]
/proc/loadavg: 12.53 5.68 4.30 2/185 22174
/proc/meminfo: memFree=19038016/36427776 swapFree=3868/18728
[pid=22173] ppid=22171 vsize=11928 CPUtime=1.5
/proc/22173/stat : 22173 (ttsth-5-0) R 22171 22173 15497 0 -1 4202496 2923 0 0 0 148 2 0 0 20 0 1 0 654127139 12214272 2768 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134555272 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 2982 2768 77 177 0 2804 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 11928

[startup+3.10203 s]
/proc/loadavg: 12.53 5.68 4.30 2/185 22174
/proc/meminfo: memFree=19037016/36427776 swapFree=4188/19956
[pid=22173] ppid=22171 vsize=156700 CPUtime=3.1
/proc/22173/stat : 22173 (ttsth-5-0) R 22171 22173 15497 0 -1 4202496 39075 0 0 0 294 16 0 0 20 0 1 0 654127139 160460800 38866 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 39208 38872 85 177 0 39030 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 156700

[startup+6.30626 s]
/proc/loadavg: 12.53 5.68 4.30 17/201 22190
/proc/meminfo: memFree=18813820/36427776 swapFree=4692/244976
[pid=22173] ppid=22171 vsize=383672 CPUtime=49.32
/proc/22173/stat : 22173 (ttsth-5-0) S 22171 22173 15497 0 -1 4202496 63290 0 0 0 1250 3682 0 0 20 0 17 0 654127139 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 95918 63013 95 177 0 95740 0
[pid=22173/tid=22175] ppid=22171 vsize=383672 CPUtime=2.9
/proc/22173/task/22175/stat : 22175 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 4879 0 0 0 286 4 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22173/tid=22176] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22176/stat : 22176 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 170 0 0 0 40 246 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22173/tid=22177] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22177/stat : 22177 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 238 0 0 0 48 238 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22173/tid=22178] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22178/stat : 22178 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 179 0 0 0 40 246 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22173/tid=22179] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22179/stat : 22179 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 156 0 0 0 38 248 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22173/tid=22180] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22180/stat : 22180 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 192 0 0 0 38 248 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22173/tid=22181] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22181/stat : 22181 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 207 0 0 0 42 244 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22173/tid=22182] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22182/stat : 22182 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 165 0 0 0 44 242 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22173/tid=22183] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22183/stat : 22183 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 269 0 0 0 50 236 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22173/tid=22184] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22184/stat : 22184 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 177 0 0 0 38 248 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22173/tid=22185] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22185/stat : 22185 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 198 0 0 0 46 240 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22173/tid=22186] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22186/stat : 22186 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 172 0 0 0 46 240 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22173/tid=22187] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22187/stat : 22187 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 207 0 0 0 34 252 0 0 20 0 17 0 654127477 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134591065 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22173/tid=22188] ppid=22171 vsize=383672 CPUtime=2.82
/proc/22173/task/22188/stat : 22188 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 159 0 0 0 42 240 0 0 20 0 17 0 654127478 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22173/tid=22189] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22189/stat : 22189 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 187 0 0 0 44 242 0 0 20 0 17 0 654127478 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22173/tid=22190] ppid=22171 vsize=383672 CPUtime=2.86
/proc/22173/task/22190/stat : 22190 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 176 0 0 0 50 236 0 0 20 0 17 0 654127478 392880128 63013 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 49.32
Current children cumulated vsize (KiB) 383672

[startup+12.7017 s]
/proc/loadavg: 13.06 6.02 4.43 17/201 22190
/proc/meminfo: memFree=18704028/36427776 swapFree=4692/355328
[pid=22173] ppid=22171 vsize=498848 CPUtime=149.92
/proc/22173/stat : 22173 (ttsth-5-0) S 22171 22173 15497 0 -1 4202496 91218 0 0 0 3645 11347 0 0 20 0 17 0 654127139 510820352 90942 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 124712 90944 95 177 0 124534 0
[pid=22173/tid=22175] ppid=22171 vsize=498848 CPUtime=9.3
/proc/22173/task/22175/stat : 22175 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 24706 0 0 0 906 24 0 0 20 0 17 0 654127477 510820352 90944 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22173/tid=22176] ppid=22171 vsize=498848 CPUtime=9.16
/proc/22173/task/22176/stat : 22176 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 489 0 0 0 142 774 0 0 20 0 17 0 654127477 510820352 90944 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22173/tid=22177] ppid=22171 vsize=498848 CPUtime=9.14
/proc/22173/task/22177/stat : 22177 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 608 0 0 0 162 752 0 0 20 0 17 0 654127477 510820352 90946 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22173/tid=22178] ppid=22171 vsize=498848 CPUtime=9.14
/proc/22173/task/22178/stat : 22178 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 514 0 0 0 154 760 0 0 20 0 17 0 654127477 510820352 90946 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22173/tid=22179] ppid=22171 vsize=498848 CPUtime=9.14
/proc/22173/task/22179/stat : 22179 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 456 0 0 0 156 758 0 0 20 0 17 0 654127477 510820352 90946 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22173/tid=22180] ppid=22171 vsize=498848 CPUtime=9.14
/proc/22173/task/22180/stat : 22180 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 845 0 0 0 146 768 0 0 20 0 17 0 654127477 510820352 90948 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22173/tid=22181] ppid=22171 vsize=498848 CPUtime=9.14
/proc/22173/task/22181/stat : 22181 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 599 0 0 0 164 750 0 0 20 0 17 0 654127477 510820352 90948 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22173/tid=22182] ppid=22171 vsize=498848 CPUtime=9.16
/proc/22173/task/22182/stat : 22182 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 1672 0 0 0 160 756 0 0 20 0 17 0 654127477 510820352 90948 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22173/tid=22183] ppid=22171 vsize=498848 CPUtime=9.16
/proc/22173/task/22183/stat : 22183 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 823 0 0 0 184 732 0 0 20 0 17 0 654127477 510820352 90948 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22173/tid=22184] ppid=22171 vsize=498848 CPUtime=9.16
/proc/22173/task/22184/stat : 22184 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 843 0 0 0 162 754 0 0 20 0 17 0 654127477 510820352 90948 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22173/tid=22185] ppid=22171 vsize=498848 CPUtime=9.16
/proc/22173/task/22185/stat : 22185 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 795 0 0 0 186 730 0 0 20 0 17 0 654127477 510820352 90950 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22173/tid=22186] ppid=22171 vsize=498848 CPUtime=9.16
/proc/22173/task/22186/stat : 22186 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 682 0 0 0 172 744 0 0 20 0 17 0 654127477 510820352 90951 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22173/tid=22187] ppid=22171 vsize=498848 CPUtime=9.16
/proc/22173/task/22187/stat : 22187 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 595 0 0 0 150 766 0 0 20 0 17 0 654127477 510820352 90951 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22173/tid=22188] ppid=22171 vsize=498848 CPUtime=8.98
/proc/22173/task/22188/stat : 22188 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 846 0 0 0 166 732 0 0 20 0 17 0 654127478 510820352 90951 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22173/tid=22189] ppid=22171 vsize=498848 CPUtime=9.14
/proc/22173/task/22189/stat : 22189 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 646 0 0 0 144 770 0 0 20 0 17 0 654127478 510820352 90951 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22173/tid=22190] ppid=22171 vsize=498848 CPUtime=9.14
/proc/22173/task/22190/stat : 22190 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 545 0 0 0 166 748 0 0 20 0 17 0 654127478 510820352 90951 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 149.92
Current children cumulated vsize (KiB) 498848

[startup+25.5025 s]
/proc/loadavg: 13.51 6.35 4.55 17/201 22190
/proc/meminfo: memFree=18348248/36427776 swapFree=4692/711352
[pid=22173] ppid=22171 vsize=868152 CPUtime=350.56
/proc/22173/stat : 22173 (ttsth-5-0) S 22171 22173 15497 0 -1 4202496 178925 0 0 0 10653 24403 0 0 20 0 17 0 654127139 888987648 178650 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 217038 178652 95 177 0 216860 0
[pid=22173/tid=22175] ppid=22171 vsize=868152 CPUtime=22.08
/proc/22173/task/22175/stat : 22175 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 54918 0 0 0 2148 60 0 0 20 0 17 0 654127477 888987648 178652 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22173/tid=22176] ppid=22171 vsize=868152 CPUtime=21.62
/proc/22173/task/22176/stat : 22176 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 2766 0 0 0 516 1646 0 0 20 0 17 0 654127477 888987648 178652 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22173/tid=22177] ppid=22171 vsize=868152 CPUtime=21.74
/proc/22173/task/22177/stat : 22177 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 4885 0 0 0 630 1544 0 0 20 0 17 0 654127477 888987648 178652 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22173/tid=22178] ppid=22171 vsize=868152 CPUtime=21.64
/proc/22173/task/22178/stat : 22178 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 2438 0 0 0 464 1700 0 0 20 0 17 0 654127477 888987648 178652 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134593204 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22173/tid=22179] ppid=22171 vsize=868152 CPUtime=21.66
/proc/22173/task/22179/stat : 22179 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 4377 0 0 0 504 1662 0 0 20 0 17 0 654127477 888987648 178652 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22173/tid=22180] ppid=22171 vsize=868152 CPUtime=21.74
/proc/22173/task/22180/stat : 22180 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 7253 0 0 0 598 1576 0 0 20 0 17 0 654127477 888987648 178653 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134680322 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22173/tid=22181] ppid=22171 vsize=868152 CPUtime=21.66
/proc/22173/task/22181/stat : 22181 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 2836 0 0 0 472 1694 0 0 20 0 17 0 654127477 888987648 178655 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22173/tid=22182] ppid=22171 vsize=868152 CPUtime=21.78
/proc/22173/task/22182/stat : 22182 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 12318 0 0 0 708 1470 0 0 20 0 17 0 654127477 888987648 178655 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22173/tid=22183] ppid=22171 vsize=868152 CPUtime=21.68
/proc/22173/task/22183/stat : 22183 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 3044 0 0 0 502 1666 0 0 20 0 17 0 654127477 888987648 178656 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22173/tid=22184] ppid=22171 vsize=868152 CPUtime=21.66
/proc/22173/task/22184/stat : 22184 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 2671 0 0 0 490 1676 0 0 20 0 17 0 654127477 888987648 178657 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22173/tid=22185] ppid=22171 vsize=868152 CPUtime=21.76
/proc/22173/task/22185/stat : 22185 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 6665 0 0 0 694 1482 0 0 20 0 17 0 654127477 888987648 178657 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22173/tid=22186] ppid=22171 vsize=868152 CPUtime=21.68
/proc/22173/task/22186/stat : 22186 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 2158 0 0 0 478 1690 0 0 20 0 17 0 654127477 888987648 178658 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22173/tid=22187] ppid=22171 vsize=868152 CPUtime=21.68
/proc/22173/task/22187/stat : 22187 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 4280 0 0 0 536 1632 0 0 20 0 17 0 654127477 888987648 178658 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22173/tid=22188] ppid=22171 vsize=868152 CPUtime=21.26
/proc/22173/task/22188/stat : 22188 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 4563 0 0 0 542 1584 0 0 20 0 17 0 654127478 888987648 178658 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134680285 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22173/tid=22189] ppid=22171 vsize=868152 CPUtime=21.76
/proc/22173/task/22189/stat : 22189 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 5997 0 0 0 594 1582 0 0 20 0 17 0 654127478 888987648 178658 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22173/tid=22190] ppid=22171 vsize=868152 CPUtime=21.68
/proc/22173/task/22190/stat : 22190 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 2203 0 0 0 458 1710 0 0 20 0 17 0 654127478 888987648 178658 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 350.56
Current children cumulated vsize (KiB) 868152



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+49.9058 s]
/proc/loadavg: 14.36 7.12 4.86 17/201 22190
/proc/meminfo: memFree=17175168/36427776 swapFree=4692/1880644
[pid=22173] ppid=22171 vsize=2098160 CPUtime=760.77
/proc/22173/stat : 22173 (ttsth-5-0) S 22171 22173 15497 0 -1 4202496 468801 0 0 0 51182 24895 0 0 20 0 17 0 654127139 2148515840 468524 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 524540 468524 95 177 0 524362 0
[pid=22173/tid=22175] ppid=22171 vsize=2098160 CPUtime=46.41
/proc/22173/task/22175/stat : 22175 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 80417 0 0 0 4539 102 0 0 20 0 17 0 654127477 2148515840 468526 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22173/tid=22176] ppid=22171 vsize=2098160 CPUtime=47.4
/proc/22173/task/22176/stat : 22176 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 22689 0 0 0 3076 1664 0 0 20 0 17 0 654127477 2148515840 468526 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22173/tid=22177] ppid=22171 vsize=2098160 CPUtime=47.22
/proc/22173/task/22177/stat : 22177 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 20793 0 0 0 3152 1570 0 0 20 0 17 0 654127477 2148515840 468527 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22173/tid=22178] ppid=22171 vsize=2098160 CPUtime=47.78
/proc/22173/task/22178/stat : 22178 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 21559 0 0 0 3040 1738 0 0 20 0 17 0 654127477 2148515840 468528 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22173/tid=22179] ppid=22171 vsize=2098160 CPUtime=47.66
/proc/22173/task/22179/stat : 22179 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 23259 0 0 0 3076 1690 0 0 20 0 17 0 654127477 2148515840 468529 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22173/tid=22180] ppid=22171 vsize=2098160 CPUtime=47.24
/proc/22173/task/22180/stat : 22180 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 25164 0 0 0 3122 1602 0 0 20 0 17 0 654127477 2148515840 468529 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22173/tid=22181] ppid=22171 vsize=2098160 CPUtime=47.84
/proc/22173/task/22181/stat : 22181 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 21443 0 0 0 3050 1734 0 0 20 0 17 0 654127477 2148515840 468529 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22173/tid=22182] ppid=22171 vsize=2098160 CPUtime=46.78
/proc/22173/task/22182/stat : 22182 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 30232 0 0 0 3182 1496 0 0 20 0 17 0 654127477 2148515840 468529 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22173/tid=22183] ppid=22171 vsize=2098160 CPUtime=47.58
/proc/22173/task/22183/stat : 22183 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 21609 0 0 0 3058 1700 0 0 20 0 17 0 654127477 2148515840 468529 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22173/tid=22184] ppid=22171 vsize=2098160 CPUtime=47.64
/proc/22173/task/22184/stat : 22184 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 23995 0 0 0 3046 1718 0 0 20 0 17 0 654127477 2148515840 468529 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22173/tid=22185] ppid=22171 vsize=2098160 CPUtime=47.39
/proc/22173/task/22185/stat : 22185 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 21694 0 0 0 3233 1506 0 0 20 0 17 0 654127477 2148515840 468529 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22173/tid=22186] ppid=22171 vsize=2098160 CPUtime=47.24
/proc/22173/task/22186/stat : 22186 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 17634 0 0 0 2994 1730 0 0 20 0 17 0 654127477 2148515840 468530 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22173/tid=22187] ppid=22171 vsize=2098160 CPUtime=47.12
/proc/22173/task/22187/stat : 22187 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 20095 0 0 0 3048 1664 0 0 20 0 17 0 654127477 2148515840 468530 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22173/tid=22188] ppid=22171 vsize=2098160 CPUtime=46.74
/proc/22173/task/22188/stat : 22188 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 19089 0 0 0 3064 1610 0 0 20 0 17 0 654127478 2148515840 468530 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22173/tid=22189] ppid=22171 vsize=2098160 CPUtime=47.22
/proc/22173/task/22189/stat : 22189 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 23243 0 0 0 3122 1600 0 0 20 0 17 0 654127478 2148515840 468532 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22173/tid=22190] ppid=22171 vsize=2098160 CPUtime=47.94
/proc/22173/task/22190/stat : 22190 (ttsth-5-0) R 22171 22173 15497 0 -1 4202560 20332 0 0 0 3052 1742 0 0 20 0 17 0 654127478 2148515840 468533 18446744073709551615 134512640 135237372 4294055424 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 760.77
Current children cumulated vsize (KiB) 2098160

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

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

[startup+50.0258 s]
/proc/loadavg: 14.36 7.12 4.86 17/201 22190
/proc/meminfo: memFree=17175168/36427776 swapFree=4692/1880644
[pid=22173] ppid=22171 vsize=0 CPUtime=760.95
/proc/22173/stat : 22173 (ttsth-5-0) Z 22171 22173 15497 0 -1 4203532 468927 0 0 0 51200 24895 0 0 20 0 2 0 654127139 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 15 0 0 0 0 0
/proc/22173/statm: 0 0 0 0 0 0 0
[pid=22173/tid=22190] ppid=22171 vsize=0 CPUtime=47.94
/proc/22173/task/22190/stat : 22190 (ttsth-5-0) R 22171 22173 15497 0 -1 4203588 20335 0 0 0 3052 1742 0 0 20 0 2 0 654127478 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) 760.95
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 50.0996
CPU time (s): 760.956
CPU user time (s): 512.008
CPU system time (s): 248.948
CPU usage (%): 1518.89
Max. virtual memory (cumulated for all children) (KiB): 2098160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 512.008
system time used= 248.948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468927
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= 70809
involuntary context switches= 1696

runsolver used 0.16801 second user time and 0.836052 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 04:56:48
IDJOB=1778970
IDBENCH=70786
IDSOLVER=634
FILE ID=xenhost3-49/1778970-1244948208
PBS_JOBID=
Free space on /tmp= 7024 MiB

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

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

MD5SUM BENCH= 431823fbe355abc605baf058be5925a0
RANDOM SEED= 730241797

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:      19048880 kB
Buffers:        480644 kB
Cached:       14116912 kB
SwapCached:          0 kB
Active:        4126960 kB
Inactive:     10479052 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            1352 kB
Writeback:           0 kB
AnonPages:        7776 kB
Mapped:           3100 kB
Slab:           720208 kB
SReclaimable:   693440 kB
SUnreclaim:      26768 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 04:57:40